|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MacroExecutionException | |
| org.apache.maven.doxia.macro | |
| org.apache.maven.doxia.macro.snippet | |
| org.apache.maven.doxia.macro.toc | |
| org.apache.maven.doxia.parser | |
| Uses of MacroExecutionException in org.apache.maven.doxia.macro |
| Methods in org.apache.maven.doxia.macro that throw MacroExecutionException | |
void |
SwfMacro.execute(org.apache.maven.doxia.sink.Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest, and emit events into the given sink. |
void |
Macro.execute(org.apache.maven.doxia.sink.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 | |
void |
SnippetMacro.execute(org.apache.maven.doxia.sink.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 | |
void |
TocMacro.execute(org.apache.maven.doxia.sink.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.parser |
| Methods in org.apache.maven.doxia.parser that throw MacroExecutionException | |
protected abstract void |
AbstractXmlParser.handleStartTag(XmlPullParser parser,
org.apache.maven.doxia.sink.Sink sink)
Goes through the possible start tags. |
protected abstract void |
AbstractXmlParser.handleEndTag(XmlPullParser parser,
org.apache.maven.doxia.sink.Sink sink)
Goes through the possible end tags. |
void |
AbstractParser.executeMacro(String macroId,
MacroRequest request,
org.apache.maven.doxia.sink.Sink sink)
Execute a macro on the given sink. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||