| Package | Description |
|---|---|
| org.apache.maven.doxia | |
| org.apache.maven.doxia.parser | |
| org.apache.maven.doxia.util |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractParser.parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference) |
|
void |
AbstractParser.parse(java.lang.String string,
org.apache.maven.doxia.sink.Sink sink) |
Convenience method to parse an arbitrary string and emit events into the given sink.
|
void |
AbstractXmlParser.parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink) |
Parses the given source model and emits Doxia events into the given sink.
|
void |
AbstractXmlParser.parse(java.lang.String string,
org.apache.maven.doxia.sink.Sink sink) |
Convenience method to parse an arbitrary string and emit events into the given sink.
|
void |
Parser.parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink) |
Parses the given source model and emits Doxia events into the given sink.
|
void |
Parser.parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference) |
Parses the given source model and emits Doxia events into the given sink.
|
void |
XhtmlBaseParser.parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink) |
Parses the given source model and emits Doxia events into the given sink.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ByLineReaderSource.getNextLine() |
getNextLine.
|
java.lang.String |
ByLineSource.getNextLine() |
getNextLine.
|
void |
XmlValidator.validate(java.lang.String content) |
Validate an XML content with SAX.
|