| Package | Description |
|---|---|
| org.apache.maven.doxia.index | |
| org.apache.maven.doxia.markup | |
| org.apache.maven.doxia.parser | |
| org.apache.maven.doxia.sink.impl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IndexingSink |
A sink implementation for index.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
HtmlMarkup |
List of
Html tags. |
interface |
TextMarkup |
List of constants used by
Text markup syntax. |
interface |
XmlMarkup |
List of constants used by
Xml markup syntax. |
| Modifier and Type | Class | Description |
|---|---|---|
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 |
XhtmlBaseParser |
Common base parser for xhtml events.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSink |
An abstract base class that defines some convenience methods for sinks.
|
class |
AbstractTextSink |
An abstract
Sink for text markup syntax. |
class |
AbstractXmlSink |
An abstract
Sink for xml markup syntax. |
class |
SinkAdapter |
Empty implementation of the
Sink interface. |
class |
XhtmlBaseSink |
Abstract base xhtml sink implementation.
|