|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WikiContentHandler
This interface is used for handling wiki markup content during the parsing process.
It is used in conjunction with WikiMarkupParser
In future it can be extended to handle more specific situations.
| Method Summary | |
|---|---|
void |
handleMacro(java.lang.StringBuffer buffer,
MacroTag macroTag,
java.lang.String body,
boolean hasEndTag)
Handle macro and output the result into the passed buffer. |
void |
handleText(java.lang.StringBuffer buffer,
java.lang.String s)
Handle text, i.e. |
| Method Detail |
|---|
void handleMacro(java.lang.StringBuffer buffer,
MacroTag macroTag,
java.lang.String body,
boolean hasEndTag)
body.
buffer - the buffer to output the resultmacroTag - a macro descriptor for the macro to be handledbody - hasEndTag -
void handleText(java.lang.StringBuffer buffer,
java.lang.String s)
buffer - s -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||