Modifier and Type | Class and Description |
---|---|
class |
AptSinkFactory
APT implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceSinkFactory
Confluence implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
DocbookSinkFactory
Docbook implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
LatexSinkFactory
Latex implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RtfSinkFactory
Rtf implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
TWikiSinkFactory
TWiki implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
XdocSinkFactory
Xdoc implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
XhtmlSinkFactory
Xhtml implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
Xhtml5SinkFactory
Xhtml implementation of the Sink factory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinarySinkFactory
An abstract
SinkFactory for binary output. |
class |
AbstractTextSinkFactory
An abstract
SinkFactory for Text markup syntax. |
class |
AbstractXmlSinkFactory
An abstract
SinkFactory for XML markup syntax. |
Modifier and Type | Field and Description |
---|---|
private SinkFactory |
RandomAccessSink.sinkFactory |
Constructor and Description |
---|
RandomAccessSink(SinkFactory sinkFactory,
java.io.File outputDirectory,
java.lang.String outputName) |
RandomAccessSink(SinkFactory sinkFactory,
java.io.File outputDirectory,
java.lang.String outputName,
java.lang.String encoding) |
RandomAccessSink(SinkFactory sinkFactory,
java.io.OutputStream stream) |
RandomAccessSink(SinkFactory sinkFactory,
java.io.OutputStream stream,
java.lang.String encoding) |