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 TypeMethodDescriptionvoid
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) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SwfMacro.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 TypeMethodDescriptionvoid
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 MacroExecutionExceptionModifier and TypeMethodDescriptionvoid
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, 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 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 MacroExecutionExceptionModifier and TypeMethodDescriptionprotected 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
(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 MacroExecutionExceptionModifier and TypeMethodDescriptionprotected 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 MacroExecutionExceptionModifier and TypeMethodDescriptionprotected 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 MacroExecutionExceptionModifier and TypeMethodDescriptionprotected 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 MacroExecutionExceptionModifier and TypeMethodDescriptionvoid
AbstractParser.executeMacro
(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
Parse the model from the XmlPullParser into the given sink.