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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassSink wrapper which emits anchors for each entry detected by the underlyingIndexingSink.classDeprecated.classValidates that each anchor name only appears once per document.
BufferingSinkProxyFactoryinstead 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.