scala.xml

class NodeTraverser

[source: scala/xml/NodeTraverser.scala]

abstract class NodeTraverser
extends MarkupHandler
This class ...
Author
Burak Emir
Version
1.0
Values and Variables inherited from MarkupHandler
isValidating, decls, ent
Method Summary
def traverse (n : Node) : Unit
Methods inherited from MarkupHandler
elem (abstract), procInstr (abstract), comment (abstract), entityRef (abstract), text (abstract), reportSyntaxError (abstract), lookupElemDecl, replacementText, endDTD, elemStart, elemEnd, elemDecl, attListDecl, parameterEntityDecl, parsedEntityDecl, unparsedEntityDecl, notationDecl, peReference
Methods inherited from Logged
log
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def traverse(n : Node) : Unit