Uses of Class
org.apache.maven.doxia.sink.impl.AbstractSink
Packages that use AbstractSink
-
Uses of AbstractSink in org.apache.maven.doxia.index
Subclasses of AbstractSink in org.apache.maven.doxia.indexModifier and TypeClassDescriptionclass
A sink wrapper for populating an index tree for particular elements in a document. -
Uses of AbstractSink in org.apache.maven.doxia.sink.impl
Subclasses of AbstractSink in org.apache.maven.doxia.sink.implModifier and TypeClassDescriptionclass
An abstractSink
for text markup syntax.class
An abstractSink
for xml markup syntax.class
Sink wrapper which emits anchors for each entry detected by the underlyingIndexingSink
.class
Deprecated.class
Empty implementation of theSink
interface.class
By default aSinkWrapper
just delegates each method to the wrapped sink's method.class
Validates that each anchor name only appears once per document.class
Abstract base xhtml5 sink implementation.
BufferingSinkProxyFactory
instead which buffers on the (higher) Sink API level which usually is less memory intense than buffering the output stream which is done by this class.