Uses of Interface
org.apache.maven.doxia.markup.Markup
Packages that use Markup
Package
Description
-
Uses of Markup in org.apache.maven.doxia.index
Classes in org.apache.maven.doxia.index that implement MarkupModifier and TypeClassDescriptionclass
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.markupModifier and TypeInterfaceDescriptioninterface
List ofHtml
tags.interface
List of constants used byText
markup syntax.interface
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 MarkupModifier and TypeClassDescriptionclass
An abstract class that defines some convenience methods forText
parsers.class
An abstract class that defines some convenience methods forXML
parsers.class
Acts as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4) and theXhtml5BaseParser
only supporting (X)HTML5 elements/attributes.class
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 MarkupModifier and TypeClassDescriptionclass
An abstract base class that defines some convenience methods for sinks.class
An abstractSink
for text markup syntax.class
An abstractSink
for xml markup syntax.class
Sink wrapper which emits anchors for each entry detected by the underlyingIndexingSink
.class
Deprecated.class
Empty implementation of theSink
interface.class
By default aSinkWrapper
just delegates each method to the wrapped sink's method.class
Validates that each anchor name only appears once per document.class
Abstract base xhtml5 sink implementation.
BufferingSinkProxyFactory
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.