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 forTextparsers.AbstractTextSink An abstractSinkfor text markup syntax.AbstractTextSinkFactory An abstractSinkFactoryfor Text markup syntax.AbstractXhtml5Sink Abstract AbstractXhtml5Sink class.AbstractXmlParser An abstract class that defines some convenience methods forXMLparsers.AbstractXmlParser.CachedFileEntityResolver Implementation of the callback mechanismEntityResolver.AbstractXmlParser.XmlPullParserLocator AbstractXmlSink An abstractSinkfor xml markup syntax.AbstractXmlSinkFactory An abstractSinkFactoryfor XML markup syntax.AptMarkup This interface defines all markups and syntaxes used by the APT format.AptParseException Wraps an exception when parsing apt source documents.AptParser The APT parser.AptParser.AptSourceLocator AptParserModule AptParserModule class.AptReaderSource Reader for apt source documents.AptSink APT generator implementation.AptSinkFactory APT implementation of the Sink factory.AptSource An interface to read apt source documents.AptUtils A collection of utility methods for dealing with APT documents.BufferingSinkProxyFactory Buffers all method calls on the proxied Sink until itsSink.flush()is called.BufferingSinkProxyFactory.BufferingSink BufferingSinkProxyFactory.BufferingSinkProxy BufferingSinkProxyFactory.MethodWithArguments ByLineReaderSource ByLineSourcedefault 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 ofMacroManagerDefaultParserManager Simple implementation of theParserManagerinterface.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.EmptyLocator EventCapturingSinkProxy A proxy for a Sink which captures all event/method names called on it.Faq A Faq.Faqs The<faqs>element is the root of the FML descriptor.FlexmarkDoxiaLinkResolver The FlexmarkDoxiaLinkResolver rewrites the md, markdown links to html.FlexmarkDoxiaLinkResolver.Factory Factory that creates FlexmarkDoxiaLinkResolver objects.FmlContentParser Parse Fml questions and answers, these may contain arbitrary xdoc elements.FmlMarkup List ofFMLmarkups.FmlParser Parse a fml model and emit events into the specified doxia Sink.FmlParserModule FmlParserModule class.HtmlMarkup List ofHtmltags.HtmlTools TheHtmlToolsclass 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.LastTwoLinesBufferingWriter Decorates an existing writer to additionally temporarily buffer the last two lines written.LineBreaker Allows to specify the line-length of an output writer.Locator Interface for associating aSinkevent with a document location.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.MarkdownMarkup This interface defines all markups and syntaxes used by the Markdown format.MarkdownParser Implementation ofParserfor Markdown documents.MarkdownParser.MarkdownHtmlParser Internal parser for HTML generated by the Markdown library.MarkdownParserModule ParserModulefor Markdown.MarkdownSink Markdown generator implementation.MarkdownSink.ElementContext Most important contextual metadata (of the surrounding element)MarkdownSink.ElementContext.Type MarkdownSinkFactory Markdown implementation of the Sink factory.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.Part FAQ part.PipelineSink Deprecated. Use theSinkWrapperapproach which doesn't require the use of dynamic proxies.RandomAccessSink Deprecated. UseBufferingSinkProxyFactoryinstead 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.Sink A Sink consumes Doxia events to produce a resultant output format (eg Docbook, PDF, XHTML...).SinkAdapter Empty implementation of theSinkinterface.SinkEventAttributes A set of attributes for a sink event.SinkEventAttributeSet Implementation of MutableAttributeSet using a LinkedHashMap.SinkEventAttributeSet.Semantics Attribute sets for the semantic attribute.SinkFactory A factory that creates aSinkobject.SinkUtils Collection of common utility methods for sinks.SinkWrapper By default aSinkWrapperjust delegates each method to the wrapped sink's method.SinkWrapperFactory A factory for a sink wrapping another sink.SinkWrapperFactoryComparator Sorts the givenSinkWrapperFactorys 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 byTextmarkup syntax.TocMacro Macro to display aTable Of Contentin a givenSink.UniqueAnchorNamesValidator Validates that each anchor name only appears once per document.UniqueAnchorNamesValidatorFactory XdocMarkup List ofXdocmarkups.XdocParser Parse an xdoc model and emit events into the specified doxia Sink.XdocParserModule XdocParserModule class.XdocSink Xdoc Sink implementation.XdocSinkFactory Xdoc implementation of the Sink factory.Xhtml1BaseParser Acts as bridge between legacy parsers relying on XHTML 1.0 Transitional (based on HTML4) and theXhtml5BaseParseronly supporting (X)HTML5 elements/attributes.Xhtml1BaseParser.AttributeMapping Xhtml1BaseParser.AttributeMapping.MergeSemantics Xhtml5BaseParser Common base parser for xhtml5 events.Xhtml5BaseSink Abstract base xhtml5 sink implementation.Xhtml5BaseSink.VerbatimMode Xhtml5Markup List ofXhtml5markups.Xhtml5Parser Parse an xhtml5 model and emit events into a Doxia Sink.Xhtml5ParserModule Xhtml5ParserModule class.Xhtml5Sink XHTML 5.2 sink implementation.Xhtml5SinkFactory Xhtml5 implementation of the Sink factory.XmlMarkup List of constants used byXmlmarkup syntax.XmlValidator A class to validate xml documents.XmlValidator.MessagesErrorHandler Convenience class to beautifySAXParseExceptionmessages.YamlFrontMatterVisitor