Package org.apache.maven.doxia.parser
| Interface Summary |
| Parser |
A Parser is responsible for parsing any document in a supported front-end
format, and emitting the standard Doxia events, which can then be consumed
by any Doxia Sink.
|
| Class Summary |
| AbstractParser |
An abstract base class that defines some convenience methods for parsers.
|
| AbstractTextParser |
An abstract class that defines some convenience methods for Text parsers.
|
| AbstractXmlParser |
An abstract class that defines some convenience methods for XML parsers.
|
| ParseException |
Encapsulate a Doxia parse error.
|