Modifier and Type | Method and Description |
---|---|
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.
|
void |
SsiMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
void |
SnippetMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
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 |
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.
|