public class DomVisit extends Object
Constructor and Description |
---|
DomVisit() |
Modifier and Type | Method and Description |
---|---|
static void |
revisit(Element element,
DomRevisitor visitor) |
static void |
visit(Element element,
DomVisitor visitor)
Called to traverse and visit the tree of
Element s. |
public static void visit(Element element, DomVisitor visitor)
Element
s.element
- the root of the tree to traverse and visitvisitor
- the visitor to be called on each of the nodes.public static void revisit(Element element, DomRevisitor visitor)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.