Uses of Interface
org.apache.maven.doxia.parser.Parser
Packages that use Parser
Package
Description
The Doxia API is based on
Sink and Parser objects: its goal is to parse a given source model using a given parser, and emits Doxia events
into the given sink.-
Uses of Parser in org.apache.maven.doxia
Methods in org.apache.maven.doxia that return Parser -
Uses of Parser in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that return Parser -
Uses of Parser in org.apache.maven.doxia.parser
Classes in org.apache.maven.doxia.parser that implement ParserModifier and TypeClassDescriptionclassAn abstract base class that defines some convenience methods for parsers.classAn 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 (now HTML Living standard, XML syntax) elements and attributes. -
Uses of Parser in org.apache.maven.doxia.parser.manager
Methods in org.apache.maven.doxia.parser.manager that return Parser