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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassAn abstractSinkfor text markup syntax.classAn abstractSinkfor xml markup syntax.classSink wrapper which emits anchors for each entry detected by the underlyingIndexingSink.classDeprecated.classEmpty implementation of theSinkinterface.classBy default aSinkWrapperjust delegates each method to the wrapped sink's method.classValidates that each anchor name only appears once per document.classAbstract base xhtml5 sink implementation.
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.