|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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(StringBuffer buffer,
MacroTag macroTag,
String body)
Handle macro and output the result into the passed buffer. |
void |
handleText(StringBuffer buffer,
String s)
Handle text, i.e. |
Method Detail |
---|
void handleMacro(StringBuffer buffer, MacroTag macroTag, String body)
body
.
buffer
- the buffer to output the resultmacroTag
- a macro descriptor for the macro to be handled. Should have MacroTag.getEndTag()
set if there is a body.body
- text between the start and end tagsvoid handleText(StringBuffer buffer, String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |