Uses of Interface
org.smooks.api.resource.visitor.sax.ng.ChildrenVisitor
-
-
Uses of ChildrenVisitor in org.smooks.api.resource.visitor.sax.ng
Subinterfaces of ChildrenVisitor in org.smooks.api.resource.visitor.sax.ng Modifier and Type Interface Description interface
ElementVisitor
-
Uses of ChildrenVisitor in org.smooks.benchmark
Classes in org.smooks.benchmark that implement ChildrenVisitor Modifier and Type Class Description class
BenchmarkVisitor
-
Uses of ChildrenVisitor in org.smooks.engine.delivery.dom.serialize
Classes in org.smooks.engine.delivery.dom.serialize that implement ChildrenVisitor Modifier and Type Class Description class
ContextObjectSerializerVisitor
ExecutionContext
object serializer.class
GhostElementSerializerVisitor
Ghost element serialization unit. -
Uses of ChildrenVisitor in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement ChildrenVisitor Modifier and Type Class Description class
ExceptionInterceptor
class
ExecutionEventInterceptor
class
StaticProxyInterceptor
class
StreamResultWriterInterceptor
class
TextConsumerInterceptor
Methods in org.smooks.engine.delivery.interceptor that return types with arguments of type ChildrenVisitor Modifier and Type Method Description Class<ChildrenVisitor>
AbstractInterceptorVisitor.VisitChildElementInvocation. getTarget()
Class<ChildrenVisitor>
AbstractInterceptorVisitor.VisitChildTextInvocation. getTarget()
Methods in org.smooks.engine.delivery.interceptor with parameters of type ChildrenVisitor Modifier and Type Method Description Object
AbstractInterceptorVisitor.VisitChildElementInvocation. invoke(ChildrenVisitor visitor, Object... args)
Object
AbstractInterceptorVisitor.VisitChildTextInvocation. invoke(ChildrenVisitor visitor, Object... args)
-
Uses of ChildrenVisitor in org.smooks.engine.delivery.sax.ng
Classes in org.smooks.engine.delivery.sax.ng that implement ChildrenVisitor Modifier and Type Class Description class
ConsumeSerializerVisitor
Consumes a node and serializes it to the execution result stream.class
SimpleSerializerVisitor
Serializes a node to the execution result 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 ChildrenVisitor Modifier and Type Method Description ContentHandlerBindingIndex<ChildrenVisitor>
SaxNgContentDeliveryConfig. getChildVisitorIndex()
-
Uses of ChildrenVisitor in org.smooks.engine.delivery.sax.ng.bridge
Classes in org.smooks.engine.delivery.sax.ng.bridge that implement ChildrenVisitor Modifier and Type Class Description class
BridgeInterceptor
-
Uses of ChildrenVisitor in org.smooks.management
Classes in org.smooks.management that implement ChildrenVisitor Modifier and Type Class Description class
InstrumentationInterceptor
-