|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.msv.util.xml.DOMVisitor
public abstract class DOMVisitor
visits all DOM elements in the depth-first order (in-order).
| 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 |
|---|
public DOMVisitor()
| Method Detail |
|---|
public void visit(Document dom)
public void visit(Element e)
public void visitNode(Node n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||