| Constructor and Description |
|---|
Visitor(NodeProcessor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.google.gwt.dom.client.Document document)
process all the node of this document.
|
void |
process(com.google.gwt.dom.client.Node node)
process all the children of this node.
|
void |
process(com.google.gwt.dom.client.Node startNode,
com.google.gwt.dom.client.Node endNode)
process all the node from startNode to endNode.
|
void |
visit(com.google.gwt.dom.client.Node node) |
public Visitor(NodeProcessor visitor)
public void process(com.google.gwt.dom.client.Node node)
node - public void process(com.google.gwt.dom.client.Document document)
document - public void process(com.google.gwt.dom.client.Node startNode, com.google.gwt.dom.client.Node endNode)
startNode - endNode - public void visit(com.google.gwt.dom.client.Node node)
Copyright © 2019 Nuxeo. All rights reserved.