com.sun.msv.util.xml
Class DOMVisitor

java.lang.Object
  extended by com.sun.msv.util.xml.DOMVisitor

public abstract class DOMVisitor
extends Object

visits all DOM elements in the depth-first order (in-order).

Author:
Kohsuke KAWAGUCHI

Constructor Summary
DOMVisitor()
           
 
Method Summary
 void visit(Document dom)
           
 void visit(Element e)
           
 void visitNode(Node n)
          other nodes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMVisitor

public DOMVisitor()
Method Detail

visit

public void visit(Document dom)

visit

public void visit(Element e)

visitNode

public void visitNode(Node n)
other nodes.