Interface ElementVisitor
-
- All Superinterfaces:
AfterVisitor,BeforeVisitor,ChildrenVisitor,ContentHandler,SaxNgVisitor,Visitor
public interface ElementVisitor extends BeforeVisitor, ChildrenVisitor, AfterVisitor
Applies an operation:- See Also:
BeforeVisitor,ChildrenVisitor,AfterVisitor
-
-
Method Summary
-
Methods inherited from interface org.smooks.api.resource.visitor.sax.ng.AfterVisitor
visitAfter
-
Methods inherited from interface org.smooks.api.resource.visitor.sax.ng.BeforeVisitor
visitBefore
-
Methods inherited from interface org.smooks.api.resource.visitor.sax.ng.ChildrenVisitor
visitChildElement, visitChildText
-
-