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 void
Macro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SsiMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SwfMacro. 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 void
SnippetMacro. 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 void
TocMacro. execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink.private static int
TocMacro. 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 void
DocBookParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
DocBookParser. 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 void
FmlContentParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
FmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.private void
FmlParser. handleMacroEnd(java.lang.StringBuilder buffer)
TODO import from XdocParser, probably need to be generic.private void
FmlParser. handleMacroStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
TODO import from XdocParser, probably need to be generic.private void
FmlParser. handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
TODO import from XdocParser, probably need to be generic.protected void
FmlContentParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
FmlParser. 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 void
XdocParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.private void
XdocParser. handleMacroEnd(Sink sink)
private void
XdocParser. handleMacroStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
private void
XdocParser. handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
protected void
XdocParser. 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 void
XhtmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
XhtmlParser. 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 void
Xhtml5Parser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
Xhtml5Parser. 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 void
AbstractParser. executeMacro(java.lang.String macroId, MacroRequest request, Sink sink)
Execute a macro on the given sink.protected abstract void
AbstractXmlParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
Xhtml5BaseParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected void
XhtmlBaseParser. handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible end tags.protected abstract void
AbstractXmlParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
Xhtml5BaseParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.protected void
XhtmlBaseParser. handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Goes through the possible start tags.private void
AbstractXmlParser. parseXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
Parse the model from the XmlPullParser into the given sink.
-