Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared
Interface DomVisitor

All Known Subinterfaces:
DomRevisitor
All Known Implementing Classes:
TemplateTranslationVisitor, TemplateVisitor, TranslationDomRevisitor

public interface DomVisitor

A simple dom visitor interface.


Method Summary
 boolean visit(Element element)
          Visits an element in the dom, returns true if the visitor should continue visiting down the dom.
 

Method Detail

visit

boolean visit(Element element)
Visits an element in the dom, returns true if the visitor should continue visiting down the dom.

Parameters:
element - the root element to visit

Errai 3.0.1-SNAPSHOT

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