Uses of Interface
org.smooks.api.io.Source
-
Packages that use Source Package Description org.smooks Smooks Content Transformation/Analysis - *** STARTING POINT ***.org.smooks.api.delivery Content Delivery.org.smooks.engine.delivery org.smooks.engine.delivery.dom DOM based Content Delivery.org.smooks.engine.delivery.interceptor org.smooks.engine.delivery.sax.ng org.smooks.engine.plugin org.smooks.io.source -
-
Uses of Source in org.smooks
Methods in org.smooks with parameters of type Source Modifier and Type Method Description void
Smooks. filterSource(ExecutionContext executionContext, Source source, Sink... sinks)
void
Smooks. filterSource(Source source)
Filter the content in the suppliedSource
instance.void
Smooks. filterSource(Source source, Sink... sinks)
-
Uses of Source in org.smooks.api.delivery
Methods in org.smooks.api.delivery with parameters of type Source Modifier and Type Method Description boolean
FilterBypass. bypass(ExecutionContext executionContext, Source source, Sink sink)
Bypass the Smooks Filter process. -
Uses of Source in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with parameters of type Source Modifier and Type Method Description protected void
AbstractFilter. close(Source source)
protected void
AbstractParser. configureReader(XMLReader xmlReader, DefaultHandler2 contentHandler, ExecutionContext executionContext, Source source)
protected InputSource
AbstractParser. createInputSource(Source source, String contentEncoding)
protected Reader
AbstractFilter. getReader(Source source, ExecutionContext executionContext)
-
Uses of Source in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom with parameters of type Source Modifier and Type Method Description void
DOMParser. append(Source source, Element appendElement)
Append the content, behind the supplied input stream, to suplied document element.protected void
SmooksDOMFilter. doFilter(Source source, Sink sink)
Node
SmooksDOMFilter. filter(Source source)
Phase the supplied input reader.Document
DOMParser. parse(Source source)
Document parser. -
Uses of Source in org.smooks.engine.delivery.interceptor
Methods in org.smooks.engine.delivery.interceptor with parameters of type Source Modifier and Type Method Description boolean
StaticProxyInterceptor. bypass(ExecutionContext executionContext, Source source, Sink sink)
-
Uses of Source in org.smooks.engine.delivery.sax.ng
Methods in org.smooks.engine.delivery.sax.ng with parameters of type Source Modifier and Type Method Description protected void
SaxNgFilter. doFilter(Source source, Sink sink)
protected void
SaxNgParser. parse(Source source, ExecutionContext executionContext)
-
Uses of Source in org.smooks.engine.plugin
Methods in org.smooks.engine.plugin that return Source Modifier and Type Method Description Source
SourceFactory. createSource(Object from)
Source
SourceSink. getSource()
Methods in org.smooks.engine.plugin with parameters of type Source Modifier and Type Method Description void
SourceSink. setSource(Source source)
Constructors in org.smooks.engine.plugin with parameters of type Source Constructor Description SourceSink(Source source, Sink sink)
-
Uses of Source in org.smooks.io.source
Classes in org.smooks.io.source that implement Source Modifier and Type Class Description class
ByteSource
Utility class for creating a Byte basedStreamSource
.class
DOMSource
class
FilterSource
Filtration/TransformationSource
.class
JavaSource
Java Filtration/TransformationSource
.class
JavaSourceWithoutEventStream
JavaSourceWithEventStream is a wrapper around aJavaSource
which has disabled eventStreaming (JavaSource.isEventStreamRequired()
) by default.class
ReaderSource<T extends Reader>
class
StreamSource<T extends InputStream>
class
StringSource
Utility class for creating a String basedStreamSource
.class
URLSource
Fields in org.smooks.io.source with type parameters of type Source Modifier and Type Field Description static TypedKey<Source>
FilterSource. SOURCE_TYPED_KEY
Methods in org.smooks.io.source that return Source Modifier and Type Method Description static Source
FilterSource. getSource(ExecutionContext executionContext)
Methods in org.smooks.io.source with parameters of type Source Modifier and Type Method Description static void
FilterSource. setSource(ExecutionContext executionContext, Source source)
-