Package | Description |
---|---|
org.apache.maven.doxia | |
org.apache.maven.doxia.parser.manager |
Modifier and Type | Method and Description |
---|---|
Parser |
DefaultDoxia.getParser(java.lang.String parserId)
Return a parser for the given
parserId . |
Parser |
Doxia.getParser(java.lang.String parserId)
Return a parser for the given
parserId . |
void |
DefaultDoxia.parse(java.io.Reader source,
java.lang.String parserId,
Sink sink)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
void |
Doxia.parse(java.io.Reader source,
java.lang.String parserId,
Sink sink)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
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.
|