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