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.module.docbook   
org.apache.maven.doxia.module.fml   
org.apache.maven.doxia.module.xdoc   
org.apache.maven.doxia.module.xhtml   
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.module.docbook
 

Methods in org.apache.maven.doxia.module.docbook that throw MacroExecutionException
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
protected  void FmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
          Goes through the possible end tags.
protected  void FmlContentParser.handleEndTag(org.codehaus.plexus.util.xml.pull.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  void FmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink)
          Goes through the possible start tags.
protected  void FmlContentParser.handleStartTag(org.codehaus.plexus.util.xml.pull.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.
 

Uses of MacroExecutionException in org.apache.maven.doxia.module.xdoc
 

Methods in org.apache.maven.doxia.module.xdoc that throw MacroExecutionException
protected  void XdocParser.handleEndTag(org.codehaus.plexus.util.xml.pull.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  void XdocParser.handleStartTag(org.codehaus.plexus.util.xml.pull.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.
 

Uses of MacroExecutionException in org.apache.maven.doxia.module.xhtml
 

Methods in org.apache.maven.doxia.module.xhtml that throw MacroExecutionException
protected  void XhtmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.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  void XhtmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.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.
 

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



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