|
Scala
1.4.0.3 |
|||
Field Summary | |
val name: String
a name for this rewrite rule |
Method Summary | |
override
|
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 |
override
|
def transform(n: Node): Seq[Node]
|
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, unchanged |
Field Detail |
val name: String
Method Detail |
override def transform(ns: Seq[Node]): Seq[Node]
override def transform(n: Node): Seq[Node]
|
Scala
1.4.0.3 |
|||