wyvern.util
Interface XMLVisitor.NodeVisitor

Enclosing interface:
XMLVisitor

public static interface XMLVisitor.NodeVisitor

You provide one of these to the visitNodes() method, and it'll call your Visitor back with each top-level node in the XML document.


Method Summary
 void visit(org.jdom.Element node)
           
 

Method Detail

visit

public void visit(org.jdom.Element node)