| Interface | Description |
|---|---|
| Sink |
A Sink consumes Doxia events to produce a resultant output format
(eg Docbook, PDF, XHTML...).
|
| SinkEventAttributes |
A set of attributes for a sink event.
|
| SinkFactory |
A factory that creates a
Sink object. |
| Class | Description |
|---|---|
| AbstractBinarySinkFactory |
An abstract
SinkFactory for binary output. |
| AbstractSink |
An abstract base class that defines some convenience methods for sinks.
|
| AbstractTextSink |
An abstract
Sink for text markup syntax. |
| AbstractTextSinkFactory |
An abstract
SinkFactory for Text markup syntax. |
| AbstractXmlSink |
An abstract
Sink for xml markup syntax. |
| AbstractXmlSinkFactory |
An abstract
SinkFactory for XML markup syntax. |
| PipelineSink |
May be used to invoke the same method on a List of Sinks.
|
| RandomAccessSink |
The RandomAccessSink provides the ability to create a
Sink with hooks. |
| SinkAdapter |
Empty implementation of the
Sink interface. |
| SinkEventAttributeSet |
Implementation of MutableAttributeSet using a LinkedHashMap.
|
| SinkUtils |
Collection of common utility methods for sinks.
|
| XhtmlBaseSink |
Abstract base xhtml sink implementation.
|
The Doxia API is based on Sinks objects: each sink consumes Doxia events to produce a resultant output format (eg Docbook, PDF, XHTML...).
The following snippet shows how to use a Doxia Sink:
File userDir = new File( System.getProperty ( "user.dir" ) ); |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.