Uses of Class
org.apache.maven.doxia.macro.MacroExecutionException

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(Sink sink, MacroRequest request)
          Execute the current macro using the given MacroRequest, and emit events into the given sink.
 void Macro.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
 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
 void TocMacro.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.parser
 

Methods in org.apache.maven.doxia.parser that throw MacroExecutionException
 void AbstractParser.executeMacro(String macroId, MacroRequest request, Sink sink)
          Execute a macro on the given sink.
protected  void XhtmlBaseParser.handleEndTag(XmlPullParser parser, Sink sink)
          Goes through the possible end tags. Just calls XhtmlBaseParser.baseEndTag(XmlPullParser,Sink), this should be overridden by implementing parsers to include additional tags.
protected abstract  void AbstractXmlParser.handleEndTag(XmlPullParser parser, Sink sink)
          Goes through the possible end tags.
protected  void XhtmlBaseParser.handleStartTag(XmlPullParser parser, Sink sink)
          Goes through the possible start tags. Just calls XhtmlBaseParser.baseStartTag(XmlPullParser,Sink), this should be overridden by implementing parsers to include additional tags.
protected abstract  void AbstractXmlParser.handleStartTag(XmlPullParser parser, Sink sink)
          Goes through the possible start tags.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.