|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Doxia | Basic interface of the Doxia framework. |
| Class Summary | |
|---|---|
| DefaultDoxia | Simple implementation of the Doxia interface: uses a ParserManager to lookup a parser. |
The Doxia API is based on Sinks and Parser objects: its goal is to parse a given source model using a given parser, and emits Doxia events into the given sink.
The following snippet shows how to use the Doxia API:
File userDir = new File( System.getProperty ( "user.dir" ) );
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||