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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceList ofHtmltags.interfaceList of constants used byTextmarkup syntax.interfaceList of constants used byXmlmarkup syntax. -
Uses of Markup in org.apache.maven.doxia.parser
Classes in org.apache.maven.doxia.parser that implement MarkupModifier and TypeClassDescriptionclassAn abstract class that defines some convenience methods forTextparsers.classAn abstract class that defines some convenience methods forXMLparsers.classActs as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4) and theXhtml5BaseParseronly supporting (X)HTML5 elements/attributes.classCommon 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 TypeClassDescriptionclassAn abstract base class that defines some convenience methods for sinks.classAn abstractSinkfor text markup syntax.classAn abstractSinkfor xml markup syntax.classSink wrapper which emits anchors for each entry detected by the underlyingIndexingSink.classDeprecated.classEmpty implementation of theSinkinterface.classBy default aSinkWrapperjust delegates each method to the wrapped sink's method.classValidates that each anchor name only appears once per document.classAbstract base xhtml5 sink implementation.
BufferingSinkProxyFactoryinstead 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.