Package | Description |
---|---|
org.apache.maven.doxia |
Maven Doxia API.
|
org.apache.maven.doxia.parser.manager |
Modifier and Type | Method and Description |
---|---|
Parser |
Doxia.getParser(String parserId)
Return a parser for the given
parserId . |
Parser |
DefaultDoxia.getParser(String parserId)
Return a parser for the given
parserId . |
void |
Doxia.parse(Reader source,
String parserId,
Sink sink)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
void |
DefaultDoxia.parse(Reader source,
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(Reader source,
String parserId,
Sink sink,
String reference)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
void |
DefaultDoxia.parse(Reader source,
String parserId,
Sink sink,
String reference)
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(String id)
Returns the parser that corresponds to the given id.
|
Parser |
DefaultParserManager.getParser(String id)
Returns the parser that corresponds to the given id.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.