Uses of Interface
org.apache.maven.doxia.markup.Markup
-
Packages that use Markup Package Description org.apache.maven.doxia.index org.apache.maven.doxia.markup org.apache.maven.doxia.parser org.apache.maven.doxia.sink.impl -
-
Uses of Markup in org.apache.maven.doxia.index
Classes in org.apache.maven.doxia.index that implement Markup Modifier and Type Class Description class
IndexingSink
A sink wrapper for populating an index tree for particular elements in a document. -
Uses of Markup in org.apache.maven.doxia.markup
Subinterfaces of Markup in org.apache.maven.doxia.markup Modifier and Type Interface Description interface
HtmlMarkup
List ofHtml
tags.interface
TextMarkup
List of constants used byText
markup syntax.interface
XmlMarkup
List of constants used byXml
markup syntax. -
Uses of Markup in org.apache.maven.doxia.parser
Classes in org.apache.maven.doxia.parser that implement Markup Modifier and Type Class Description class
AbstractTextParser
An abstract class that defines some convenience methods forText
parsers.class
AbstractXmlParser
An abstract class that defines some convenience methods forXML
parsers.class
Xhtml1BaseParser
Acts as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4) and theXhtml5BaseParser
only supporting (X)HTML5 elements/attributes.class
Xhtml5BaseParser
Common base parser for xhtml5 events. -
Uses of Markup in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement Markup Modifier and Type Class Description class
AbstractSink
An abstract base class that defines some convenience methods for sinks.class
AbstractTextSink
An abstractSink
for text markup syntax.class
AbstractXmlSink
An abstractSink
for xml markup syntax.class
CreateAnchorsForIndexEntries
Sink wrapper which emits anchors for each entry detected by the underlyingIndexingSink
.class
RandomAccessSink
Deprecated.UseBufferingSinkProxyFactory
instead which buffers on the (higher) Sink API level which usually is less memory intense than buffering the output stream which is done by this class.class
SinkAdapter
Empty implementation of theSink
interface.class
SinkWrapper
By default aSinkWrapper
just delegates each method to the wrapped sink's method.class
UniqueAnchorNamesValidator
Validates that each anchor name only appears once per document.class
Xhtml5BaseSink
Abstract base xhtml5 sink implementation.
-