Scala Library
|
|
scala/xml/transform/RewriteRule.scala
]
abstract
class
RewriteRule
extends
BasicTransformerValue Summary | |
val
|
name
: java.lang.String
a name for this rewrite rule
|
Method Summary | |
override def
|
transform (n : Node) : Seq[Node] |
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.
|
Methods inherited from BasicTransformer | |
unchanged, transform, apply |
Methods inherited from Function1 | |
toString, compose, andThen |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
Scala Library
|
|