Package org.apache.maven.doxia
Maven Doxia API.
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.
Using Maven Doxia API
The following snippet shows how to use the Doxia API:
File userDir = new File( System.getProperty ( "user.dir" ) );
|
Resources
-
Interface Summary Interface Description Doxia Basic interface of the Doxia framework. -
Class Summary Class Description DefaultDoxia Simple implementation of the Doxia interface: uses a ParserManager to lookup a parser.