| Package | Description |
|---|---|
| org.apache.maven.doxia.macro | |
| org.apache.maven.doxia.macro.snippet | |
| org.apache.maven.doxia.macro.toc | |
| org.apache.maven.doxia.parser |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EchoMacro.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.
|
void |
SsiMacro.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 |
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractParser.executeMacro(java.lang.String macroId,
MacroRequest request,
org.apache.maven.doxia.sink.Sink sink) |
Execute a macro on the given sink.
|