info.bliki.wiki.filter
Class AbstractParser

java.lang.Object
  extended by info.bliki.wiki.filter.WikipediaScanner
      extended by info.bliki.wiki.filter.AbstractParser
Direct Known Subclasses:
TemplateParser, WikipediaParser

public abstract class AbstractParser
extends WikipediaScanner


Field Summary
 
Fields inherited from class info.bliki.wiki.filter.WikipediaScanner
EOF, TAG_NAME
 
Constructor Summary
AbstractParser(java.lang.String stringSource)
           
 
Method Summary
 
Methods inherited from class info.bliki.wiki.filter.WikipediaScanner
findNestedEnd, findNestedParamEnd, getPosition, indexEndOfComment, indexEndOfNowiki, indexEndOfTable, indexOf, indexOf, indexOfAttributes, main, nextNewline, replaceTemplateParameters, scanWhiteSpace, setModel, setPosition, splitByPipe, wpList, wpTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParser

public AbstractParser(java.lang.String stringSource)