Uses of Class
org.apache.maven.doxia.macro.MacroExecutionException
-
-
Uses of MacroExecutionException in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that throw MacroExecutionException Modifier and Type Method Description voidMacro. 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)Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSwfMacro. 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.snippet
Methods in org.apache.maven.doxia.macro.snippet that throw MacroExecutionException Modifier and Type Method Description voidSnippetMacro. 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 MacroExecutionException Modifier and Type Method Description voidTocMacro. 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, java.lang.String parameter, int defaultValue) -
Uses of MacroExecutionException in org.apache.maven.doxia.module.docbook
Methods in org.apache.maven.doxia.module.docbook that throw MacroExecutionException Modifier and Type Method Description protected 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 MacroExecutionException Modifier and Type Method Description protected 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(java.lang.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 MacroExecutionException Modifier and Type Method Description protected 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 MacroExecutionException Modifier and Type Method Description protected 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 MacroExecutionException Modifier and Type Method Description protected 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 MacroExecutionException Modifier and Type Method Description voidAbstractParser. executeMacro(java.lang.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 voidAbstractXmlParser. parseXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)Parse the model from the XmlPullParser into the given sink.
-