All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractLocator AbstractMacro Abstract base class to executeMacro
.AbstractParser An abstract base class that defines some convenience methods for parsers.AbstractParserModule An abstract base class that implements the ParserModule interface.AbstractSink An abstract base class that defines some convenience methods for sinks.AbstractTextParser An abstract class that defines some convenience methods forText
parsers.AbstractTextSink An abstractSink
for text markup syntax.AbstractTextSinkFactory An abstractSinkFactory
for Text markup syntax.AbstractXmlParser An abstract class that defines some convenience methods forXML
parsers.AbstractXmlParser.CachedFileEntityResolver Implementation of the callback mechanismEntityResolver
.AbstractXmlSink An abstractSink
for xml markup syntax.AbstractXmlSinkFactory An abstractSinkFactory
for XML markup syntax.BufferingSinkProxyFactory Buffers all method calls on the proxied Sink until itsSink.flush()
is called.BufferingSinkProxyFactory.BufferingSink ByLineReaderSource ByLineSource
default implementationByLineSource The token are the new lines :)CreateAnchorsForIndexEntries Sink wrapper which emits anchors for each entry detected by the underlyingIndexingSink
.CreateAnchorsForIndexEntriesFactory DefaultDoxia Simple implementation of the Doxia interface: uses a ParserManager to lookup a parser.DefaultMacroManager Default implementation ofMacroManager
DefaultParserManager Simple implementation of theParserManager
interface.DefaultParserModuleManager Simple implementation of the ParserModuleManager interface.Doxia Basic interface of the Doxia framework.DoxiaUtils General Doxia utility methods.EchoMacro A simple macro that prints out the key and value of some supplied parameters.EventCapturingSinkProxy A proxy for a Sink which captures all event/method names called on it.HtmlMarkup List ofHtml
tags.HtmlTools TheHtmlTools
class defines methods to HTML handling.IndexEntry Representing the index tree within a document with the most important metadata per entry.IndexEntry.Type IndexingSink A sink wrapper for populating an index tree for particular elements in a document.LineBreaker Allows to specify the line-length of an output writer.Macro Base interface of a macro.MacroExecutionException Wrap an exception that occurs during the execution of a Doxia macro.MacroManager Handles MacroManager lookups.MacroNotFoundException Encapsulate an exception that indicates that a Macro does not exist or could not be found.MacroRequest MacroRequest class.Markup List of constants used by all markup syntax.ParseException Encapsulate a Doxia parse error.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.ParserManager Handles parser lookups.ParserModule Provides definitions for a Doxia Parser module.ParserModuleManager Handles ParserModule lookups.ParserModuleNotFoundException Encapsulate a Doxia exception that indicates that a ParserModule does not exist or could not be found.ParserNotFoundException Encapsulate a Doxia exception that indicates that a parser does not exist or could not be found.PipelineSink Deprecated. Use theSinkWrapper
approach which doesn't require the use of dynamic proxies.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.SinkAdapter Empty implementation of theSink
interface.SinkEventAttributeSet Implementation of MutableAttributeSet using a LinkedHashMap.SinkEventAttributeSet.Semantics Attribute sets for the semantic attribute.SinkUtils Collection of common utility methods for sinks.SinkWrapper By default aSinkWrapper
just delegates each method to the wrapped sink's method.SinkWrapperFactory A factory for a sink wrapping another sink.SinkWrapperFactoryComparator Sorts the givenSinkWrapperFactory
s so that the one with the highest priority comes first (i.e.SnippetMacro A macro that prints out the (source code) content of a file or a URL.SnippetReader Utility class for reading snippets.TextMarkup List of constants used byText
markup syntax.TocMacro Macro to display aTable Of Content
in a givenSink
.UniqueAnchorNamesValidator Validates that each anchor name only appears once per document.UniqueAnchorNamesValidatorFactory Xhtml1BaseParser Acts as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4) and theXhtml5BaseParser
only supporting (X)HTML5 elements/attributes.Xhtml5BaseParser Common base parser for xhtml5 events.Xhtml5BaseSink Abstract base xhtml5 sink implementation.Xhtml5BaseSink.VerbatimMode XmlMarkup List of constants used byXml
markup syntax.XmlValidator A class to validate xml documents.XmlValidator.MessagesErrorHandler Convenience class to beautifySAXParseException
messages.