|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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. |
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" ) ); |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||