Uses of Class
org.apache.maven.doxia.macro.MacroExecutionException
Packages that use MacroExecutionException
Package
Description
-
Uses of MacroExecutionException in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that throw MacroExecutionExceptionModifier and TypeMethodDescriptionvoidMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.voidMacroExecutor.executeMacro(String macroId, MacroRequest request, Sink sink) Execute a macro on the given sink. -
Uses of MacroExecutionException in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet that throw MacroExecutionException -
Uses of MacroExecutionException in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc that throw MacroExecutionException -
Uses of MacroExecutionException in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that throw MacroExecutionExceptionModifier and TypeMethodDescriptionvoidAbstractParser.executeMacro(String macroId, MacroRequest request, Sink sink) Execute a macro on the given sink.protected abstract voidAbstractXmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtml5BaseParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected abstract voidAbstractXmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidXhtml5BaseParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.