org.jboss.errai.ui.shared
Class DomVisit
java.lang.Object
org.jboss.errai.ui.shared.DomVisit
public class DomVisit
- extends Object
- Author:
- edewit@redhat.com, Max Barkley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomVisit
public DomVisit()
visit
public static void visit(Element element,
DomVisitor visitor)
- Called to traverse and visit the tree of
Element
s.
- Parameters:
element
- the root of the tree to traverse and visitvisitor
- the visitor to be called on each of the nodes.
revisit
public static void revisit(Element element,
DomRevisitor visitor)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.