com.sun.msv.util.xml

Class DOMVisitor

public abstract class DOMVisitor extends Object

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

Author: Kohsuke KAWAGUCHI

Method Summary
voidvisit(Document dom)
voidvisit(Element e)
voidvisitNode(Node n)
other nodes.

Method Detail

visit

public void visit(Document dom)

visit

public void visit(Element e)

visitNode

public void visitNode(Node n)
other nodes.