| Interface | Description |
|---|---|
| Parser |
A Parser is responsible for parsing any document in a supported front-end
format, and emitting the standard Doxia events, which can then be consumed
by any Doxia Sink.
|
| Class | Description |
|---|---|
| AbstractParser |
An abstract base class that defines some convenience methods for parsers.
|
| AbstractTextParser |
An abstract class that defines some convenience methods for
Text parsers. |
| AbstractXmlParser |
An abstract class that defines some convenience methods for
XML parsers. |
| AbstractXmlParser.CachedFileEntityResolver |
Implementation of the callback mechanism
EntityResolver. |
| XhtmlBaseParser |
Common base parser for xhtml events.
|
| Exception | Description |
|---|---|
| ParseException |
Encapsulate a Doxia parse error.
|
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.