| Package | Description |
|---|---|
| org.apache.maven.doxia | |
| org.apache.maven.doxia.macro | |
| org.apache.maven.doxia.parser | |
| org.apache.maven.doxia.parser.manager |
| Modifier and Type | Method and Description |
|---|---|
Parser |
Doxia.getParser(java.lang.String parserId)
Return a parser for the given
parserId. |
Parser |
DefaultDoxia.getParser(java.lang.String parserId)
Return a parser for the given
parserId. |
| Modifier and Type | Method and Description |
|---|---|
Parser |
MacroRequest.getParser() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParser
An abstract base class that defines some convenience methods for parsers.
|
class |
AbstractTextParser
An abstract class that defines some convenience methods for
Text parsers. |
class |
AbstractXmlParser
An abstract class that defines some convenience methods for
XML parsers. |
class |
XhtmlBaseParser
Common base parser for xhtml events.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
ParserManager.getParser(java.lang.String id)
Returns the parser that corresponds to the given id.
|
Parser |
DefaultParserManager.getParser(java.lang.String id)
Returns the parser that corresponds to the given id.
|