Uses of Interface
org.apache.maven.doxia.macro.MacroExecutor
Packages that use MacroExecutor
-
Uses of MacroExecutor in org.apache.maven.doxia.parser
Classes in org.apache.maven.doxia.parser that implement MacroExecutorModifier 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.Methods in org.apache.maven.doxia.parser with parameters of type MacroExecutorModifier and TypeMethodDescriptionvoidAbstractParser.setMacroExecutor(MacroExecutor macroExecutor) voidParser.setMacroExecutor(MacroExecutor macroExecutor) Delegates macro execution to the givenMacroExecutor.