|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.common.javacc.CommonWikiScanner
public class CommonWikiScanner
This is the internal wiki page parser generated from the grammar file.
| Field Summary | |
|---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
CommonWikiScannerTokenManager |
token_source
Generated Token Manager. |
| Constructor Summary | |
|---|---|
CommonWikiScanner(CommonWikiScannerTokenManager tm)
Constructor with generated Token Manager. |
|
CommonWikiScanner(InputStream stream)
Constructor with InputStream. |
|
CommonWikiScanner(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
CommonWikiScanner(Reader stream)
Constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public CommonWikiScannerTokenManager token_source
public Token token
public Token jj_nt
| Constructor Detail |
|---|
public CommonWikiScanner(InputStream stream)
public CommonWikiScanner(InputStream stream,
String encoding)
public CommonWikiScanner(Reader stream)
public CommonWikiScanner(CommonWikiScannerTokenManager tm)
| Method Detail |
|---|
public void parse(IWikiScannerContext context)
throws ParseException
ParseExceptionprotected WikiParameters newWikiParameters(String str)
protected String unescape(String str)
protected void onExtension(String str,
boolean block)
protected boolean isTableHeader(String str)
public final Token getINTERNAL_VERBATIM_START()
throws ParseException
ParseException
public final Token getINTERNAL_VERBATIM_END()
throws ParseException
ParseException
public final Token getINTERNAL_VERBATIM_CONTENT()
throws ParseException
ParseException
public final Token getINTERNAL_MACRO_START()
throws ParseException
ParseException
public final Token getINTERNAL_MACRO_END()
throws ParseException
ParseException
public final Token getINTERNAL_MACRO_CONTENT()
throws ParseException
ParseException
public final Token getDOC_BEGIN()
throws ParseException
ParseException
public final Token getDOC_END()
throws ParseException
ParseException
public final Token getBR()
throws ParseException
ParseException
public final Token getESCAPE()
throws ParseException
ParseException
public final Token getHORLINE()
throws ParseException
ParseException
public final Token getTABLE_ROW()
throws ParseException
ParseException
public final Token getTABLE_CELL()
throws ParseException
ParseException
public final Token getLIST_ITEM()
throws ParseException
ParseException
public final Token getVERBATIM_INLINE()
throws ParseException
ParseException
public final Token getVERBATIM_START()
throws ParseException
ParseException
public final Token getVERBATIM_INLINE_START()
throws ParseException
ParseException
public final Token getMACRO_EMPTY_BLOCK()
throws ParseException
ParseException
public final Token getMACRO_BLOCK_START()
throws ParseException
ParseException
public final Token getMACRO_EMPTY_INLINE()
throws ParseException
ParseException
public final Token getMACRO_INLINE_START()
throws ParseException
ParseException
public final Token getQUOT_BLOCK()
throws ParseException
ParseException
public final Token getQUOT_LINE()
throws ParseException
ParseException
public final Token getINFO()
throws ParseException
ParseException
public final Token getEXTENSION_BLOCK()
throws ParseException
ParseException
public final Token getEXTENSION_INLINE()
throws ParseException
ParseException
public final Token getPROPERTY()
throws ParseException
ParseException
public final Token getPROPERTY_DOC()
throws ParseException
ParseException
public final Token getPROPERTY_INLINE()
throws ParseException
ParseException
public final Token getHEADER_BEGIN()
throws ParseException
ParseException
public final Token getREFERENCE()
throws ParseException
ParseException
public final Token getHEADER_END()
throws ParseException
ParseException
public final Token getFORMAT_SYMBOL()
throws ParseException
ParseException
public final Token getBLOCK_PARAMS()
throws ParseException
ParseException
public final Token getSPECIAL_SYMBOLS()
throws ParseException
ParseException
public final Token getURI()
throws ParseException
ParseException
public final Token getNL()
throws ParseException
ParseException
public final Token getSPACE()
throws ParseException
ParseException
public final Token getWORD()
throws ParseException
ParseException
public final Token getSPECIAL_SYMBOL()
throws ParseException
ParseException
public final void doParse()
throws ParseException
ParseException
public final void docElements()
throws ParseException
ParseException
public final void embeddedDocument()
throws ParseException
ParseException
public final void extensionBlock()
throws ParseException
ParseException
public final void properties()
throws ParseException
ParseException
public final void header()
throws ParseException
ParseException
public final void table()
throws ParseException
ParseException
public final void tableRow()
throws ParseException
ParseException
public final void list()
throws ParseException
ParseException
public final void listItem()
throws ParseException
ParseException
public final void info()
throws ParseException
ParseException
public final void block()
throws ParseException
ParseException
public final void verbatimBlock()
throws ParseException
ParseException
public final void verbatimBody(boolean inline)
throws ParseException
ParseException
public final void macroBlock()
throws ParseException
ParseException
public final void emptyMacro(Token t,
boolean block)
throws ParseException
ParseException
public final void macro(Token t,
boolean block)
throws ParseException
ParseException
public final void horline()
throws ParseException
ParseException
public final void paragraph()
throws ParseException
ParseException
public final void quotBlock()
throws ParseException
ParseException
public final void quot()
throws ParseException
ParseException
public final void quotLine()
throws ParseException
ParseException
public final void emptyParagraph()
throws ParseException
ParseException
public final void lines()
throws ParseException
ParseException
public final void newLine()
throws ParseException
ParseException
public final void line()
throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream,
String encoding)
public void ReInit(Reader stream)
public void ReInit(CommonWikiScannerTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||