|
Scala
1.4.0.3 |
|||
Method Summary | |
override
|
def transform(n: Node): Seq[Node]
|
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 |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/xml/transform/BasicTransformer-class |
NeedsCopy, apply, buffer, freeze, single, transform, unchanged |
Method Detail |
override def transform(n: Node): Seq[Node]
def transform(ns: Seq[Node]): Seq[Node]
|
Scala
1.4.0.3 |
|||