Uses of Interface
org.smooks.api.resource.visitor.Visitor
-
-
Uses of Visitor in org.smooks
Methods in org.smooks with parameters of type Visitor Modifier and Type Method Description ResourceConfig
Smooks. addVisitor(Visitor visitor)
Add a visitor instance tothis
Smooks instance.ResourceConfig
Smooks. addVisitor(Visitor visitor, String targetSelector)
Add a visitor instance tothis
Smooks instance. -
Uses of Visitor in org.smooks.api.delivery
Subinterfaces of Visitor in org.smooks.api.delivery Modifier and Type Interface Description interface
FilterBypass
Filter 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 ContentDeliveryConfig
ContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryRuntime
ContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryConfig
FilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
FilterProvider. 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 interface
Consumer
Object Consumer interface.interface
Producer
Object Producer interface. -
Uses of Visitor in org.smooks.api.lifecycle
Subinterfaces of Visitor in org.smooks.api.lifecycle Modifier and Type Interface Description interface
PostFragmentLifecycle
Post 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 interface
SerializerVisitor
W3C 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 interface
DOMElementVisitor
Element Visitor (GoF) interface for DOM.interface
DOMVisitAfter
DOM Visit after events.interface
DOMVisitBefore
DOM Visit before events.interface
DOMVisitor
DOM 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 interface
InterceptorVisitor
Methods 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 void
InterceptorVisitor. 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 interface
AfterVisitor
Applies an operation immediately after theElement
's end tag.interface
BeforeVisitor
Applies an operation immediately after theElement
's start tag.interface
ChildrenVisitor
Applies an operation on eachElement
child.interface
ElementVisitor
interface
ParameterizedVisitor
Adds knobs to theSaxNgVisitor
.interface
SaxNgVisitor
Applies operations on partialElement
s. -
Uses of Visitor in org.smooks.benchmark
Classes in org.smooks.benchmark that implement Visitor Modifier and Type Class Description class
BenchmarkVisitor
class
BibliographyVisitor
class
CounterVisitor
-
Uses of Visitor in org.smooks.engine
Constructor parameters in org.smooks.engine with type arguments of type Visitor Constructor Description DefaultExecutionContext(String targetProfile, ApplicationContext applicationContext, String contentEncoding, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Public Constructor.DefaultExecutionContext(String targetProfile, ApplicationContext applicationContext, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Public Constructor. -
Uses of Visitor in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with type parameters of type Visitor Modifier and Type Method Description <T extends Visitor>
voidAbstractContentDeliveryConfig. addToExecutionLifecycleSets(ContentHandlerBindingIndex<T> contentHandlerBindingIndex)
Method parameters in org.smooks.engine.delivery with type arguments of type Visitor Modifier and Type Method Description ContentDeliveryConfig
DefaultContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
Get the ContentDeliveryConfig instance for the specified profile set.protected ContentDeliveryConfig
DefaultContentDeliveryConfigBuilder. buildConfig(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
ContentDeliveryRuntime
DefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
protected void
DefaultContentDeliveryConfigBuilder. printHandlerCharacteristics(ContentHandlerBinding<Visitor> contentHandlerBinding, StringBuffer stringBuf, List<ContentHandler> printedHandlers)
-
Uses of Visitor in org.smooks.engine.delivery.dom
Method parameters in org.smooks.engine.delivery.dom with type arguments of type Visitor Modifier and Type Method Description DOMContentDeliveryConfig
DOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
DOMFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> visitorBindings)
-
Uses of Visitor in org.smooks.engine.delivery.dom.serialize
Subinterfaces of Visitor in org.smooks.engine.delivery.dom.serialize Modifier and Type Interface Description interface
DOMSerializerVisitor
Classes in org.smooks.engine.delivery.dom.serialize that implement Visitor Modifier and Type Class Description class
ContextObjectSerializerVisitor
ExecutionContext
object serializer.class
DefaultDOMSerializerVisitor
class
GhostElementSerializerVisitor
Ghost element serialization unit.class
TextSerializerVisitor
Write a <text> element. -
Uses of Visitor in org.smooks.engine.delivery.event
Classes in org.smooks.engine.delivery.event with type parameters of type Visitor Modifier and Type Class Description class
VisitExecutionEvent<F,T extends Visitor>
Element Visit Event. -
Uses of Visitor in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor with type parameters of type Visitor Modifier and Type Interface Description static interface
AbstractInterceptorVisitor.Invocation<T extends Visitor>
Classes in org.smooks.engine.delivery.interceptor that implement Visitor Modifier and Type Class Description class
AbstractInterceptorVisitor
class
ExceptionInterceptor
class
ExecutionEventInterceptor
class
StaticProxyInterceptor
class
StreamResultWriterInterceptor
class
TextConsumerInterceptor
Fields in org.smooks.engine.delivery.interceptor with type parameters of type Visitor Modifier and Type Field Description protected Map<Class<?>,Optional<Visitor>>
AbstractInterceptorVisitor. invocationTargetCache
protected AbstractInterceptorVisitor.Invocation<Visitor>
StaticProxyInterceptor. postExecutionLifecycleInvocation
protected AbstractInterceptorVisitor.Invocation<Visitor>
StaticProxyInterceptor. preExecutionLifecyleInvocation
protected AtomicReference<ContentHandlerBinding<Visitor>>
AbstractInterceptorVisitor. target
protected ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. visitorBinding
Methods in org.smooks.engine.delivery.interceptor with type parameters of type Visitor Modifier and Type Method Description protected <T extends Visitor>
ObjectAbstractInterceptorVisitor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, Object... args)
protected <T extends Visitor>
voidStreamResultWriterInterceptor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, org.smooks.engine.delivery.interceptor.StreamResultWriterInterceptor.StreamResultWriterDelegateNode streamResultWriterDelegateNode, ExecutionContext executionContext)
Methods in org.smooks.engine.delivery.interceptor that return types with arguments of type Visitor Modifier and Type Method Description ContentHandlerBinding<Visitor>
InterceptorVisitorChainFactory. createInterceptorChain(ContentHandlerBinding<Visitor> visitorBinding)
ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. getTarget()
ContentHandlerBinding<Visitor>
AbstractInterceptorVisitor. getVisitorBinding()
Method parameters in org.smooks.engine.delivery.interceptor with type arguments of type Visitor Modifier and Type Method Description ContentHandlerBinding<Visitor>
InterceptorVisitorChainFactory. createInterceptorChain(ContentHandlerBinding<Visitor> visitorBinding)
void
AbstractInterceptorVisitor. setVisitorBinding(ContentHandlerBinding<Visitor> visitorBinding)
-
Uses of Visitor in org.smooks.engine.delivery.sax.ng
Classes in org.smooks.engine.delivery.sax.ng that implement Visitor 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 with type parameters of type Visitor Modifier and Type Method Description protected <T extends Visitor>
voidSaxNgFilterProvider. addPositionCounter(ContentHandlerBinding<T> contentHandlerBinding, SaxNgContentDeliveryConfig saxNgContentDeliveryConfig)
Method parameters in org.smooks.engine.delivery.sax.ng with type arguments of type Visitor Modifier and Type Method Description SaxNgContentDeliveryConfig
SaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)
Boolean
SaxNgFilterProvider. isProvider(List<ContentHandlerBinding<Visitor>> contentHandlerBindings)
Constructors in org.smooks.engine.delivery.sax.ng with parameters of type Visitor Constructor Description ElementMemento(Fragment<?> fragment, Visitor visitor, Boolean isOpen)
-
Uses of Visitor in org.smooks.engine.delivery.sax.ng.bridge
Classes in org.smooks.engine.delivery.sax.ng.bridge that implement Visitor Modifier and Type Class Description class
BridgeInterceptor
-
Uses of Visitor in org.smooks.engine.delivery.sax.ng.terminate
Classes in org.smooks.engine.delivery.sax.ng.terminate that implement Visitor Modifier and Type Class Description class
TerminateVisitor
-
Uses of Visitor in org.smooks.engine.memento
Fields in org.smooks.engine.memento declared as Visitor Modifier and Type Field Description protected Visitor
AbstractVisitorMemento. visitor
Methods in org.smooks.engine.memento that return Visitor Modifier and Type Method Description Visitor
AbstractVisitorMemento. getVisitor()
Constructors in org.smooks.engine.memento with parameters of type Visitor Constructor Description AbstractVisitorMemento(Fragment<?> fragment, Visitor visitor)
SimpleVisitorMemento(Fragment<?> fragment, Visitor visitor, T state)
TextAccumulatorVisitorMemento(Fragment<?> fragment, Visitor visitor)
VisitorMemento(Fragment<?> fragment, Visitor visitor, TypedKey<?> typedKey)
VisitorMemento(Fragment<?> fragment, Visitor visitor, TypedKey<?> typedKey, T state)
-
Uses of Visitor in org.smooks.engine.resource.config.loader.xml.extension
Classes in org.smooks.engine.resource.config.loader.xml.extension that implement Visitor Modifier and Type Class Description class
CloneResourceConfig
Create a newResourceConfig
by cloning the current resource.class
MapToResourceConfigFromAttribute
Map a property value onto the currentResourceConfig
based on an element attribute value.class
MapToResourceConfigFromParentConfig
Map a property value from a parentResourceConfig
and onto the currentResourceConfig
.class
MapToResourceConfigFromText
Map a property value onto the currentResourceConfig
based on an elements text content.class
MapToResourceConfigFromXml
Map a property value onto the currentResourceConfig
based on an elements text content.class
NewResourceConfig
Create a newResourceConfig
.class
SetOnResourceConfig
Set a static value on the currentResourceConfig
. -
Uses of Visitor in org.smooks.engine.resource.config.xpath
Classes in org.smooks.engine.resource.config.xpath that implement Visitor Modifier and Type Class Description class
ElementPositionCounter
Element position counter. -
Uses of Visitor in org.smooks.engine.resource.visitor.dom
Classes in org.smooks.engine.resource.visitor.dom that implement Visitor Modifier and Type Class Description class
DomModelCreator
DOM Node Model creator. -
Uses of Visitor in org.smooks.engine.resource.visitor.smooks
Classes in org.smooks.engine.resource.visitor.smooks that implement Visitor Modifier and Type Class Description class
NestedSmooksVisitor
-
Uses of Visitor in org.smooks.io
Classes in org.smooks.io that implement Visitor Modifier and Type Class Description class
AbstractOutputStreamResource
AbstractOuputStreamResource is the base class for handling output stream resources in Smooks. -
Uses of Visitor in org.smooks.management
Classes in org.smooks.management that implement Visitor Modifier and Type Class Description class
InstrumentationInterceptor
Methods in org.smooks.management with type parameters of type Visitor Modifier and Type Method Description protected <T extends Visitor>
voidInstrumentationInterceptor. manageVisit(AbstractInterceptorVisitor.Invocation<T> invocation, Node node, ExecutionContext executionContext)
-
Uses of Visitor in org.smooks.management.mbean
Constructors in org.smooks.management.mbean with parameters of type Visitor Constructor Description ManagedVisitor(InstrumentationResource instrumentationResource, ResourceConfig visitorResourceConfig, Visitor visitor)
-