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. -
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.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.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.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 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 voidXhtmlBaseParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)Goes through the possible start tags.
-