Uses of Class
org.apache.maven.doxia.sink.impl.SinkWrapper
Packages that use SinkWrapper
-
Uses of SinkWrapper in org.apache.maven.doxia.index
Subclasses of SinkWrapper in org.apache.maven.doxia.indexModifier and TypeClassDescriptionclass
A sink wrapper for populating an index tree for particular elements in a document. -
Uses of SinkWrapper in org.apache.maven.doxia.sink.impl
Subclasses of SinkWrapper in org.apache.maven.doxia.sink.implModifier and TypeClassDescriptionclass
Sink wrapper which emits anchors for each entry detected by the underlyingIndexingSink
.class
Deprecated.class
Validates that each anchor name only appears once per document.
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.