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.voidSsiMacro.execute(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSwfMacro.execute(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of MacroExecutionException in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet that throw MacroExecutionExceptionModifier and TypeMethodDescriptionvoidSnippetMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of MacroExecutionException in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc that throw MacroExecutionExceptionModifier and TypeMethodDescriptionvoidTocMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.private static intTocMacro.getInt(MacroRequest request, String parameter, int defaultValue) -
Uses of MacroExecutionException in org.apache.maven.doxia.module.docbook
Methods in org.apache.maven.doxia.module.docbook that throw MacroExecutionExceptionModifier and TypeMethodDescriptionprotected voidDocBookParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidDocBookParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags. -
Uses of MacroExecutionException in org.apache.maven.doxia.module.fml
Methods in org.apache.maven.doxia.module.fml that throw MacroExecutionExceptionModifier and TypeMethodDescriptionprotected voidFmlContentParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidFmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.private voidFmlParser.handleMacroEnd(StringBuilder buffer) TODO import from XdocParser, probably need to be generic.private voidFmlParser.handleMacroStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) TODO import from XdocParser, probably need to be generic.private voidFmlParser.handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) TODO import from XdocParser, probably need to be generic.protected voidFmlContentParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidFmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags. -
Uses of MacroExecutionException in org.apache.maven.doxia.module.xdoc
Methods in org.apache.maven.doxia.module.xdoc that throw MacroExecutionExceptionModifier and TypeMethodDescriptionprotected voidXdocParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.private voidXdocParser.handleMacroEnd(Sink sink) private voidXdocParser.handleMacroStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) private voidXdocParser.handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) protected voidXdocParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags. -
Uses of MacroExecutionException in org.apache.maven.doxia.module.xhtml
Methods in org.apache.maven.doxia.module.xhtml that throw MacroExecutionExceptionModifier and TypeMethodDescriptionprotected voidXhtmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags. -
Uses of MacroExecutionException in org.apache.maven.doxia.module.xhtml5
Methods in org.apache.maven.doxia.module.xhtml5 that throw MacroExecutionExceptionModifier and TypeMethodDescriptionprotected voidXhtml5Parser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtml5Parser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags. -
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 voidXhtmlBaseParser.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.protected voidXhtmlBaseParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.private voidParse the model from the XmlPullParser into the given sink.