| 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. |
| 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. |
| Xhtml5BaseParser |
Common base parser for xhtml5 events.
|
| Exception | Description |
|---|---|
| ParseException |
Encapsulate a Doxia parse error.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.