Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared
Class DomVisit

java.lang.Object
  extended by org.jboss.errai.ui.shared.DomVisit

public class DomVisit
extends Object

Author:
edewit@redhat.com, Max Barkley

Constructor Summary
DomVisit()
           
 
Method Summary
static void revisit(Element element, DomRevisitor visitor)
           
static void visit(Element element, DomVisitor visitor)
          Called to traverse and visit the tree of Elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomVisit

public DomVisit()
Method Detail

visit

public static void visit(Element element,
                         DomVisitor visitor)
Called to traverse and visit the tree of Elements.

Parameters:
element - the root of the tree to traverse and visit
visitor - the visitor to be called on each of the nodes.

revisit

public static void revisit(Element element,
                           DomRevisitor visitor)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.