in scala/xml
trait NodeTraverser

trait NodeTraverser()
extends MarkupHandler
with ScalaObject

Method Summary
  def traverse(n: Node): Unit

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/util/logging/Logged-class
log

Methods inherited from scala/xml/parsing/MarkupHandler-class
attListDecl, comment, decls, elem, elemDecl, elemEnd, elemStart, endDTD, ent, entityRef, isValidating, lookupElemDecl, notationDecl, parameterEntityDecl, parsedEntityDecl, peReference, procInstr, replacementText, reportSyntaxError, text, unparsedEntityDecl

Method Detail

traverse

  def traverse(n: Node): Unit