Uses of Interface
org.smooks.api.resource.visitor.sax.ng.AfterVisitor
-
-
Uses of AfterVisitor in org.smooks.api.resource.visitor.sax.ng
Subinterfaces of AfterVisitor in org.smooks.api.resource.visitor.sax.ng Modifier and Type Interface Description interface
ElementVisitor
interface
ParameterizedVisitor
Adds knobs to theSaxNgVisitor
. -
Uses of AfterVisitor in org.smooks.benchmark
Classes in org.smooks.benchmark that implement AfterVisitor Modifier and Type Class Description class
BenchmarkVisitor
class
BibliographyVisitor
-
Uses of AfterVisitor in org.smooks.engine.delivery.dom.serialize
Classes in org.smooks.engine.delivery.dom.serialize that implement AfterVisitor Modifier and Type Class Description class
ContextObjectSerializerVisitor
ExecutionContext
object serializer.class
GhostElementSerializerVisitor
Ghost element serialization unit. -
Uses of AfterVisitor in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement AfterVisitor Modifier and Type Class Description class
ExceptionInterceptor
class
ExecutionEventInterceptor
class
StaticProxyInterceptor
class
StreamSinkWriterInterceptor
class
TextConsumerInterceptor
Methods in org.smooks.engine.delivery.interceptor that return types with arguments of type AfterVisitor Modifier and Type Method Description Class<AfterVisitor>
AbstractInterceptorVisitor.VisitAfterInvocation. getTarget()
Methods in org.smooks.engine.delivery.interceptor with parameters of type AfterVisitor Modifier and Type Method Description Object
AbstractInterceptorVisitor.VisitAfterInvocation. invoke(AfterVisitor visitor, Object... args)
-
Uses of AfterVisitor in org.smooks.engine.delivery.sax.ng
Classes in org.smooks.engine.delivery.sax.ng that implement AfterVisitor Modifier and Type Class Description class
ConsumeSerializerVisitor
Consumes a node and serializes it to the execution sink stream.class
SimpleSerializerVisitor
Serializes a node to the execution sink stream.class
SystemConsumeSerializerVisitor
SystemConsumeSerializerVisitor
consumes and serializes a node iffContentDeliveryConfig.isDefaultSerializationOn()
in this execution context returns true.Methods in org.smooks.engine.delivery.sax.ng that return types with arguments of type AfterVisitor Modifier and Type Method Description ContentHandlerBindingIndex<AfterVisitor>
SaxNgContentDeliveryConfig. getAfterVisitorIndex()
Method parameters in org.smooks.engine.delivery.sax.ng with type arguments of type AfterVisitor Modifier and Type Method Description protected void
SaxNgContentHandler. visitAfter(ContentHandlerBinding<AfterVisitor> afterVisitorBinding)
-
Uses of AfterVisitor in org.smooks.engine.delivery.sax.ng.bridge
Classes in org.smooks.engine.delivery.sax.ng.bridge that implement AfterVisitor Modifier and Type Class Description class
BridgeInterceptor
-
Uses of AfterVisitor in org.smooks.engine.delivery.sax.ng.terminate
Classes in org.smooks.engine.delivery.sax.ng.terminate that implement AfterVisitor Modifier and Type Class Description class
TerminateVisitor
-
Uses of AfterVisitor in org.smooks.engine.resource.visitor.dom
Classes in org.smooks.engine.resource.visitor.dom that implement AfterVisitor Modifier and Type Class Description class
DomModelCreator
DOM Node Model creator. -
Uses of AfterVisitor in org.smooks.engine.resource.visitor.smooks
Classes in org.smooks.engine.resource.visitor.smooks that implement AfterVisitor Modifier and Type Class Description class
NestedSmooksVisitor
-
Uses of AfterVisitor in org.smooks.management
Classes in org.smooks.management that implement AfterVisitor Modifier and Type Class Description class
InstrumentationInterceptor
-