Uses of Interface
org.smooks.api.resource.visitor.Visitor
-
Packages that use Visitor Package Description org.smooks.api.delivery Content Delivery.org.smooks.api.delivery.ordering Visitor execution ordering.org.smooks.api.lifecycle org.smooks.api.resource.visitor org.smooks.api.resource.visitor.dom org.smooks.api.resource.visitor.interceptor org.smooks.api.resource.visitor.sax.ng -
-
Uses of Visitor in org.smooks.api.delivery
Subinterfaces of Visitor in org.smooks.api.delivery Modifier and Type Interface Description interfaceFilterBypassFilter bypass interface.Methods in org.smooks.api.delivery that return types with arguments of type Visitor Modifier and Type Method Description List<ContentHandlerBinding<Visitor>>VisitorAppender. addVisitors()Add visitors to the supplied visitor map.Method parameters in org.smooks.api.delivery with type arguments of type Visitor Modifier and Type Method Description ContentDeliveryConfigContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryRuntimeContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryConfigFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> visitorBindings) -
Uses of Visitor in org.smooks.api.delivery.ordering
Subinterfaces of Visitor in org.smooks.api.delivery.ordering Modifier and Type Interface Description interfaceConsumerObject Consumer interface.interfaceProducerObject Producer interface. -
Uses of Visitor in org.smooks.api.lifecycle
Subinterfaces of Visitor in org.smooks.api.lifecycle Modifier and Type Interface Description interfacePostFragmentLifecyclePost Fragment Lifecycle resource. -
Uses of Visitor in org.smooks.api.resource.visitor
Subinterfaces of Visitor in org.smooks.api.resource.visitor Modifier and Type Interface Description interfaceSerializerVisitorW3C Node Serailization interface definition. -
Uses of Visitor in org.smooks.api.resource.visitor.dom
Subinterfaces of Visitor in org.smooks.api.resource.visitor.dom Modifier and Type Interface Description interfaceDOMElementVisitorElement Visitor (GoF) interface for DOM.interfaceDOMVisitAfterDOM Visit after events.interfaceDOMVisitBeforeDOM Visit before events.interfaceDOMVisitorDOM Visitor. -
Uses of Visitor in org.smooks.api.resource.visitor.interceptor
Subinterfaces of Visitor in org.smooks.api.resource.visitor.interceptor Modifier and Type Interface Description interfaceInterceptorVisitorMethods in org.smooks.api.resource.visitor.interceptor that return types with arguments of type Visitor Modifier and Type Method Description ContentHandlerBinding<Visitor>InterceptorVisitor. getTarget()ContentHandlerBinding<Visitor>InterceptorVisitor. getVisitorBinding()Method parameters in org.smooks.api.resource.visitor.interceptor with type arguments of type Visitor Modifier and Type Method Description voidInterceptorVisitor. setVisitorBinding(ContentHandlerBinding<Visitor> visitorBinding) -
Uses of Visitor in org.smooks.api.resource.visitor.sax.ng
Subinterfaces of Visitor in org.smooks.api.resource.visitor.sax.ng Modifier and Type Interface Description interfaceAfterVisitorApplies an operation immediately after theElement's end tag.interfaceBeforeVisitorApplies an operation immediately after theElement's start tag.interfaceChildrenVisitorApplies an operation on eachElementchild.interfaceElementVisitorinterfaceParameterizedVisitorAdds knobs to theSaxNgVisitor.interfaceSaxNgVisitorApplies operations on partialElements.
-