Class

org.fusesource.scalate.scuery

Transformer

Related Doc: package scuery

Permalink

class Transformer extends AnyRef

Allows simple XML replacement rules to be registered

Source
Transformer.scala
Version

$Revision : 1.1 $

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transformer
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Transformer()

    Permalink

Type Members

  1. class RuleFactory extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $(selector: Selector): RuleFactory

    Permalink
  4. def $(cssSelector: String): RuleFactory

    Permalink
  5. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to any2stringadd[Transformer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (Transformer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to ArrowAssoc[Transformer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. val _rules: HashMap[Selector, Rule]

    Permalink
    Attributes
    protected
  9. def addRule(selector: Selector, rule: Rule): Unit

    Permalink
    Attributes
    protected
  10. def apply(nodeAndAncestor: NodeAndAncestors): NodeSeq

    Permalink
  11. def apply(nodes: NodeSeq, ancestors: Seq[Node] = Nil): NodeSeq

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def createChild: Transformer

    Permalink

    Creates a child transformer

  15. def ensuring(cond: (Transformer) ⇒ Boolean, msg: ⇒ Any): Transformer

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to Ensuring[Transformer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Transformer) ⇒ Boolean): Transformer

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to Ensuring[Transformer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Transformer

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to Ensuring[Transformer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Transformer

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to Ensuring[Transformer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to StringFormat[Transformer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def numberToText(number: Number): String

    Permalink

    A strategy for converting numbers to text which may wish to use different formatters or Locales

    A strategy for converting numbers to text which may wish to use different formatters or Locales

    Attributes
    protected
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. implicit def toSXml(nodes: NodeSeq): SXml

    Permalink
  32. implicit def toSXml(node: Node): SXml

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def transform(nodes: NodeSeq, childTransformer: Transformer): NodeSeq

    Permalink
  35. def transform(nodes: NodeSeq)(rules: (TransformerBuilder) ⇒ Unit): NodeSeq

    Permalink
  36. def transform(nodes: NodeSeq, ancestors: Seq[Node])(rules: (TransformerBuilder) ⇒ Unit): NodeSeq

    Permalink

    Transforms the given nodes passing in a block which is used to configure a new transformer to transform the nodes.

    Transforms the given nodes passing in a block which is used to configure a new transformer to transform the nodes. This method is typically used when performing nested transformations such as transforming one or more nodes when inside a transformation rule itself.

  37. def transformNode(node: Node, ancestors: Seq[Node]): NodeSeq

    Permalink
    Attributes
    protected
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (Transformer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Transformer to ArrowAssoc[Transformer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Transformer to any2stringadd[Transformer]

Inherited by implicit conversion StringFormat from Transformer to StringFormat[Transformer]

Inherited by implicit conversion Ensuring from Transformer to Ensuring[Transformer]

Inherited by implicit conversion ArrowAssoc from Transformer to ArrowAssoc[Transformer]

Ungrouped