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 ResourceConfigSmooks. addVisitor(Visitor visitor)Add a visitor instance tothisSmooks instance.ResourceConfigSmooks. addVisitor(Visitor visitor, String targetSelector)Add a visitor instance tothisSmooks instance. -
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. -
Uses of Visitor in org.smooks.benchmark
Classes in org.smooks.benchmark that implement Visitor Modifier and Type Class Description classBenchmarkVisitorclassBibliographyVisitorclassCounterVisitor -
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 ContentDeliveryConfigDefaultContentDeliveryConfigBuilder. build(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)Get the ContentDeliveryConfig instance for the specified profile set.protected ContentDeliveryConfigDefaultContentDeliveryConfigBuilder. buildConfig(List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)ContentDeliveryRuntimeDefaultContentDeliveryRuntimeFactory. create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)protected voidDefaultContentDeliveryConfigBuilder. 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 DOMContentDeliveryConfigDOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanDOMFilterProvider. 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 interfaceDOMSerializerVisitorClasses in org.smooks.engine.delivery.dom.serialize that implement Visitor Modifier and Type Class Description classContextObjectSerializerVisitorExecutionContextobject serializer.classDefaultDOMSerializerVisitorclassGhostElementSerializerVisitorGhost element serialization unit.classTextSerializerVisitorWrite 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 classVisitExecutionEvent<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 interfaceAbstractInterceptorVisitor.Invocation<T extends Visitor>Classes in org.smooks.engine.delivery.interceptor that implement Visitor Modifier and Type Class Description classAbstractInterceptorVisitorclassExceptionInterceptorclassExecutionEventInterceptorclassStaticProxyInterceptorclassStreamResultWriterInterceptorclassTextConsumerInterceptorFields in org.smooks.engine.delivery.interceptor with type parameters of type Visitor Modifier and Type Field Description protected Map<Class<?>,Optional<Visitor>>AbstractInterceptorVisitor. invocationTargetCacheprotected AbstractInterceptorVisitor.Invocation<Visitor>StaticProxyInterceptor. postExecutionLifecycleInvocationprotected AbstractInterceptorVisitor.Invocation<Visitor>StaticProxyInterceptor. preExecutionLifecyleInvocationprotected AtomicReference<ContentHandlerBinding<Visitor>>AbstractInterceptorVisitor. targetprotected ContentHandlerBinding<Visitor>AbstractInterceptorVisitor. visitorBindingMethods 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)voidAbstractInterceptorVisitor. 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 classConsumeSerializerVisitorConsumes a node and serializes it to the execution result stream.classSimpleSerializerVisitorSerializes a node to the execution result stream.classSystemConsumeSerializerVisitorSystemConsumeSerializerVisitorconsumes 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 SaxNgContentDeliveryConfigSaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)BooleanSaxNgFilterProvider. 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 classBridgeInterceptor -
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 classTerminateVisitor -
Uses of Visitor in org.smooks.engine.memento
Fields in org.smooks.engine.memento declared as Visitor Modifier and Type Field Description protected VisitorAbstractVisitorMemento. visitorMethods in org.smooks.engine.memento that return Visitor Modifier and Type Method Description VisitorAbstractVisitorMemento. 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 classCloneResourceConfigCreate a newResourceConfigby cloning the current resource.classMapToResourceConfigFromAttributeMap a property value onto the currentResourceConfigbased on an element attribute value.classMapToResourceConfigFromParentConfigMap a property value from a parentResourceConfigand onto the currentResourceConfig.classMapToResourceConfigFromTextMap a property value onto the currentResourceConfigbased on an elements text content.classMapToResourceConfigFromXmlMap a property value onto the currentResourceConfigbased on an elements text content.classNewResourceConfigCreate a newResourceConfig.classSetOnResourceConfigSet 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 classElementPositionCounterElement 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 classDomModelCreatorDOM 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 classNestedSmooksVisitor -
Uses of Visitor in org.smooks.io
Classes in org.smooks.io that implement Visitor Modifier and Type Class Description classAbstractOutputStreamResourceAbstractOuputStreamResource 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 classInstrumentationInterceptorMethods 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)
-