in scala/xml
class NodeSubstitution

class NodeSubstitution(handle: ConstructingHandler)
extends NodeTraverser[Node]
with ScalaObject
with (Node) => Iterable[Node]

Method Summary
  def apply(n: Node): Iterable[Node]

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/xml/NodeTraverser-class
traverse

Method Detail

apply

  def apply(n: Node): Iterable[Node]