in scala/xml/transform
class RuleTransformer

class RuleTransformer(rules: RewriteRule*)
extends BasicTransformer
with ScalaObject

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

transform

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

transform

  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