Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.gwt.client.util
Class Visitor

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.util.Visitor

public class Visitor
extends java.lang.Object

Author:
Alexandre Russel

Constructor Summary
Visitor(NodeProcessor visitor)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visitor

public Visitor(NodeProcessor visitor)
Method Detail

process

public void process(com.google.gwt.dom.client.Node node)
process all the children of this node.

Parameters:
node -

process

public void process(com.google.gwt.dom.client.Document document)
process all the node of this document.

Parameters:
document -

process

public void process(com.google.gwt.dom.client.Node startNode,
                    com.google.gwt.dom.client.Node endNode)
process all the node from startNode to endNode.

Parameters:
startNode -
endNode -

visit

public void visit(com.google.gwt.dom.client.Node node)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.