RuleTransformer

scala.xml.transform.RuleTransformer

Attributes

Graph
Supertypes
trait Node => Node
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def transform(n: Node): Seq[Node]

Attributes

Definition Classes

Inherited methods

def andThen[A](g: Node => A): T1 => A

Attributes

Inherited from:
Function1
override def apply(n: Node): Node

Attributes

Definition Classes
Inherited from:
BasicTransformer
def compose[A](g: A => Node): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1
def transform(ns: Seq[Node]): Seq[Node]

Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.

Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.

Attributes

Inherited from:
BasicTransformer

Call transform(Node) for each node in ns, append results to NodeBuffer.

Call transform(Node) for each node in ns, append results to NodeBuffer.

Attributes

Inherited from:
BasicTransformer
protected def unchanged(n: Node, ns: Seq[Node]): Boolean

Attributes

Inherited from:
BasicTransformer