Package org.apache.maven.doxia.parser
-
Interface Summary Interface Description 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 Class Description AbstractParser An abstract base class that defines some convenience methods for parsers.AbstractTextParser An abstract class that defines some convenience methods forText
parsers.AbstractXmlParser An abstract class that defines some convenience methods forXML
parsers.AbstractXmlParser.CachedFileEntityResolver Implementation of the callback mechanismEntityResolver
.XhtmlBaseParser Common base parser for xhtml events. -
Exception Summary Exception Description ParseException Encapsulate a Doxia parse error.