Method Summary |
|
protected boolean | exists(String topic) |
protected String | getTopicLink(String link, String description) |
protected boolean | ignoreWikiname(String name) |
public void | setVirtualWiki(String vWiki) |
final public void | yybegin(int newState) |
final public char | yycharat(int pos) Returns the character at position pos from the
matched text. |
final public void | yyclose() Closes the input stream. |
final public int | yylength() Returns the length of the matched text region. |
public String | yylex() Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs. |
final public void | yyreset(java.io.Reader reader) Closes the current stream, and resets the
scanner to read from a new input stream. |
final public int | yystate() Returns the current lexical state. |
final public String | yytext() Returns the text matched by the current regular expression. |