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,
org.apache.maven.doxia.sink.Sink sink) |
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
void |
DefaultDoxia.parse(java.io.Reader source,
java.lang.String parserId,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference) |
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,
org.apache.maven.doxia.sink.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,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference) |
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|