| Package | Description |
|---|---|
| org.apache.maven.doxia |
Maven Doxia API.
|
| 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(String parserId)
Return a parser for the given
parserId. |
Parser |
DefaultDoxia.getParser(String parserId)
Return a parser for the given
parserId. |
| Modifier and Type | Method and Description |
|---|---|
Parser |
MacroRequest.getParser()
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 |
Xhtml1BaseParser
Acts as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4)
and the
Xhtml5BaseParser only supporting (X)HTML5 elements/attributes. |
class |
Xhtml5BaseParser
Common base parser for xhtml5 events.
|
| 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.