public class TranslationDomRevisitor extends Object implements DomRevisitor
Templated
.Constructor and Description |
---|
TranslationDomRevisitor() |
Modifier and Type | Method and Description |
---|---|
void |
afterVisit(Element element)
This method is invoked after this element and all of its children have been visited.
|
boolean |
visit(Element element)
Visits an element in the dom, returns true if the visitor should
continue visiting down the dom.
|
public boolean visit(Element element)
DomVisitor
visit
in interface DomVisitor
element
- the root element to visitpublic void afterVisit(Element element)
DomRevisitor
afterVisit
in interface DomRevisitor
element
- The element that has previously been visited.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.