Package org.lobobrowser.html.domimpl
Interface NodeVisitor
-
public interface NodeVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(org.w3c.dom.Node node)
Visits a node.
-