Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » demo » html » [javadoc | source]
org.apache.lucene.demo.html
public class: HTMLParserTokenManager [javadoc | source]
java.lang.Object
   org.apache.lucene.demo.html.HTMLParserTokenManager

All Implemented Interfaces:
    HTMLParserConstants

Field Summary
public  PrintStream debugStream     
static final  long[] jjbitVec0     
static final  int[] jjnextStates     
public static final  String[] jjstrLiteralImages     
public static final  String[] lexStateNames     
public static final  int[] jjnewLexState     
static final  long[] jjtoToken     
static final  long[] jjtoSkip     
protected  SimpleCharStream input_stream     
protected  char curChar     
 int curLexState     
 int defaultLexState     
 int jjnewStateCnt     
 int jjround     
 int jjmatchedPos     
 int jjmatchedKind     
Constructor:
 public HTMLParserTokenManager(SimpleCharStream stream) 
 public HTMLParserTokenManager(SimpleCharStream stream,
    int lexState) 
Method from org.apache.lucene.demo.html.HTMLParserTokenManager Summary:
ReInit,   ReInit,   SwitchTo,   getNextToken,   jjFillToken,   setDebugStream
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.demo.html.HTMLParserTokenManager Detail:
 public  void ReInit(SimpleCharStream stream) 
 public  void ReInit(SimpleCharStream stream,
    int lexState) 
 public  void SwitchTo(int lexState) 
 public Token getNextToken() 
 protected Token jjFillToken() 
 public  void setDebugStream(PrintStream ds)