Uses of Interface
org.smooks.api.delivery.ContentHandler
-
-
Uses of ContentHandler in org.smooks.api.delivery
Classes in org.smooks.api.delivery with type parameters of type ContentHandler Modifier and Type Interface Description interface
ContentHandlerBinding<T extends ContentHandler>
Mapping between a resource configuration and its corresponding resource configuration.Subinterfaces of ContentHandler in org.smooks.api.delivery Modifier and Type Interface Description interface
ContentHandlerFactory<T>
ContentHandler factory interface.interface
FilterBypass
Filter bypass interface.interface
ResourceConfigExpander
Interface to allow configuration expansion. -
Uses of ContentHandler in org.smooks.api.delivery.ordering
Subinterfaces of ContentHandler in org.smooks.api.delivery.ordering Modifier and Type Interface Description interface
Consumer
Object Consumer interface.interface
Producer
Object Producer interface. -
Uses of ContentHandler in org.smooks.api.lifecycle
Subinterfaces of ContentHandler in org.smooks.api.lifecycle Modifier and Type Interface Description interface
PostFragmentLifecycle
Post Fragment Lifecycle resource. -
Uses of ContentHandler in org.smooks.api.resource.reader
Subinterfaces of ContentHandler in org.smooks.api.resource.reader Modifier and Type Interface Description interface
JavaXMLReader
JavaXMLReader
for Smooks.interface
SmooksXMLReader
SmooksXMLReader
. -
Uses of ContentHandler in org.smooks.api.resource.visitor
Subinterfaces of ContentHandler in org.smooks.api.resource.visitor Modifier and Type Interface Description interface
SerializerVisitor
W3C Node Serailization interface definition.interface
Visitor
Applies operations on events. -
Uses of ContentHandler in org.smooks.api.resource.visitor.dom
Subinterfaces of ContentHandler 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 ContentHandler in org.smooks.api.resource.visitor.interceptor
Subinterfaces of ContentHandler in org.smooks.api.resource.visitor.interceptor Modifier and Type Interface Description interface
InterceptorVisitor
-
Uses of ContentHandler in org.smooks.api.resource.visitor.sax.ng
Subinterfaces of ContentHandler 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 ContentHandler in org.smooks.benchmark
Classes in org.smooks.benchmark that implement ContentHandler Modifier and Type Class Description class
BenchmarkVisitor
class
BibliographyVisitor
class
CounterVisitor
-
Uses of ContentHandler in org.smooks.engine.delivery
Classes in org.smooks.engine.delivery with type parameters of type ContentHandler Modifier and Type Class Description class
ContentHandlerBindingIndex<T extends ContentHandler>
Simple table for storingContentHandlerBinding
lists against a selector string.class
DefaultContentHandlerBinding<T extends ContentHandler>
Classes in org.smooks.engine.delivery that implement ContentHandler Modifier and Type Class Description class
DOMReader
SAXWriter
writes a DOM tree to a SAX ContentHandler.class
JavaContentHandlerFactory
Java ContentHandler instance creator.Methods in org.smooks.engine.delivery with parameters of type ContentHandler Modifier and Type Method Description protected boolean
AbstractFilterProvider. visitAfterAnnotationsOK(ContentHandler contentHandler)
protected boolean
AbstractFilterProvider. visitBeforeAnnotationsOK(ContentHandler contentHandler)
Method parameters in org.smooks.engine.delivery with type arguments of type ContentHandler Modifier and Type Method Description protected void
DefaultContentDeliveryConfigBuilder. printHandlerCharacteristics(ContentHandlerBinding<Visitor> contentHandlerBinding, StringBuffer stringBuf, List<ContentHandler> printedHandlers)
-
Uses of ContentHandler in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom with parameters of type ContentHandler Modifier and Type Method Description protected boolean
DOMFilterProvider. isDOMVisitor(ContentHandler contentHandler)
-
Uses of ContentHandler in org.smooks.engine.delivery.dom.serialize
Subinterfaces of ContentHandler in org.smooks.engine.delivery.dom.serialize Modifier and Type Interface Description interface
DOMSerializerVisitor
Classes in org.smooks.engine.delivery.dom.serialize that implement ContentHandler 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 ContentHandler in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement ContentHandler Modifier and Type Class Description class
AbstractInterceptorVisitor
class
ExceptionInterceptor
class
ExecutionEventInterceptor
class
StaticProxyInterceptor
class
StreamResultWriterInterceptor
class
TextConsumerInterceptor
-
Uses of ContentHandler in org.smooks.engine.delivery.ordering
Methods in org.smooks.engine.delivery.ordering with type parameters of type ContentHandler Modifier and Type Method Description static <T extends ContentHandler>
voidSorter. sort(List<ContentHandlerBinding<T>> visitors, Sorter.SortOrder sortOrder)
-
Uses of ContentHandler in org.smooks.engine.delivery.sax.ng
Classes in org.smooks.engine.delivery.sax.ng that implement ContentHandler 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. -
Uses of ContentHandler in org.smooks.engine.delivery.sax.ng.bridge
Classes in org.smooks.engine.delivery.sax.ng.bridge that implement ContentHandler Modifier and Type Class Description class
BridgeInterceptor
-
Uses of ContentHandler in org.smooks.engine.delivery.sax.ng.terminate
Classes in org.smooks.engine.delivery.sax.ng.terminate that implement ContentHandler Modifier and Type Class Description class
TerminateVisitor
-
Uses of ContentHandler in org.smooks.engine.resource.config
Classes in org.smooks.engine.resource.config that implement ContentHandler Modifier and Type Class Description class
ParameterDecoder<T>
Abstract Parameter Decoder.class
PropertyListParameterDecoder
ParameterDecoder
used to convert a parameter String value to a list ofProperties
.class
TokenizedStringParameterDecoder
-
Uses of ContentHandler in org.smooks.engine.resource.config.loader.xml.extension
Classes in org.smooks.engine.resource.config.loader.xml.extension that implement ContentHandler 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 ContentHandler in org.smooks.engine.resource.config.xpath
Classes in org.smooks.engine.resource.config.xpath that implement ContentHandler Modifier and Type Class Description class
ElementPositionCounter
Element position counter. -
Uses of ContentHandler in org.smooks.engine.resource.reader
Classes in org.smooks.engine.resource.reader that implement ContentHandler Modifier and Type Class Description class
DelegateReader
class
NullSourceXMLReader
Null Source reader.class
XStreamXMLReader
XStream basedJavaXMLReader
. -
Uses of ContentHandler in org.smooks.engine.resource.visitor.dom
Classes in org.smooks.engine.resource.visitor.dom that implement ContentHandler Modifier and Type Class Description class
DomModelCreator
DOM Node Model creator. -
Uses of ContentHandler in org.smooks.engine.resource.visitor.smooks
Classes in org.smooks.engine.resource.visitor.smooks that implement ContentHandler Modifier and Type Class Description class
NestedSmooksVisitor
-
Uses of ContentHandler in org.smooks.io
Classes in org.smooks.io that implement ContentHandler Modifier and Type Class Description class
AbstractOutputStreamResource
AbstractOuputStreamResource is the base class for handling output stream resources in Smooks. -
Uses of ContentHandler in org.smooks.io.payload
Classes in org.smooks.io.payload that implement ContentHandler Modifier and Type Class Description class
Export
An Export instance represents information about the type of data that Smooks can produce/export.class
Exports
An Exports instance holds a Map ofExport
s that Smooks produces/exports. -
Uses of ContentHandler in org.smooks.management
Classes in org.smooks.management that implement ContentHandler Modifier and Type Class Description class
InstrumentationInterceptor
-