Interface ElementVisitor
-
- All Superinterfaces:
AfterVisitor,BeforeVisitor,ChildrenVisitor,ContentHandler,SaxNgVisitor,Visitor
- All Known Implementing Classes:
BenchmarkVisitor,ConsumeSerializerVisitor,ContextObjectSerializerVisitor,EventInterceptor,ExceptionInterceptor,GhostElementSerializerVisitor,SessionInterceptor,SimpleSerializerVisitor,StaticProxyInterceptor,StreamResultWriterInterceptor,SystemConsumeSerializerVisitor,TextConsumerInterceptor
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
-
-