Class and Description |
---|
org.apache.maven.doxia.sink.impl.PipelineSink
Use the
SinkWrapper approach which doesn't require the use of dynamic proxies. |
org.apache.maven.doxia.sink.impl.RandomAccessSink
Use
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.
Also it doesn't require dynamically creating new sinks leveraging a SinkFactory . |
Method and Description |
---|
org.apache.maven.doxia.parser.Xhtml5BaseParser.consecutiveSections(int, Sink, SinkEventAttributeSet) |
org.apache.maven.doxia.parser.AbstractParser.getBasedir()
this does not work in multi-module builds, see DOXIA-373
|
Constructor and Description |
---|
org.apache.maven.doxia.index.IndexingSink(IndexEntry)
legacy constructor, use
IndexingSink(Sink) with SinkAdapter as argument and call IndexingSink.getRootEntry() to retrieve the index tree afterwards. |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.