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

All Implemented Interfaces:
    HTMLParserConstants

Nested Class Summary:
static final class  HTMLParser.JJCalls   
Field Summary
public static  int SUMMARY_LENGTH     
 StringBuffer title     
 StringBuffer summary     
 Properties metaTags     
 String currentMetaTag     
 String currentMetaContent     
 int length     
 boolean titleComplete     
 boolean inTitle     
 boolean inMetaTag     
 boolean inStyle     
 boolean afterTag     
 boolean afterSpace     
 String eol     
 Reader pipeIn     
 Writer pipeOut     
public  HTMLParserTokenManager token_source     
 SimpleCharStream jj_input_stream     
public  Token token     
public  Token jj_nt     
public  boolean lookingAhead     
Constructor:
 public HTMLParser(File file) throws FileNotFoundException 
     public HTMLParser(InputStream stream) 
     public HTMLParser(Reader stream) 
     public HTMLParser(HTMLParserTokenManager tm) 
    Method from org.apache.lucene.demo.html.HTMLParser Summary:
    ArgValue,   CommentTag,   Decl,   HTMLDocument,   ReInit,   ReInit,   ReInit,   ScriptTag,   Tag,   addMetaTag,   addSpace,   addText,   addToSummary,   disable_tracing,   enable_tracing,   generateParseException,   getMetaTags,   getNextToken,   getReader,   getSummary,   getTitle,   getToken
    Methods from java.lang.Object:
    equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from org.apache.lucene.demo.html.HTMLParser Detail:
     public final Token ArgValue() throws ParseException 
     public final  void CommentTag() throws ParseException 
     public final Token Decl() throws ParseException 
     public final  void HTMLDocument() throws IOException, ParseException 
     public  void ReInit(InputStream stream) 
     public  void ReInit(Reader stream) 
     public  void ReInit(HTMLParserTokenManager tm) 
     public final  void ScriptTag() throws ParseException 
     public final  void Tag() throws IOException, ParseException 
      void addMetaTag() 
      void addSpace() throws IOException 
      void addText(String text) throws IOException 
      void addToSummary(String text) 
     public final  void disable_tracing() 
     public final  void enable_tracing() 
     public ParseException generateParseException() 
     public Properties getMetaTags() throws IOException, InterruptedException 
     public final Token getNextToken() 
     public Reader getReader() throws IOException 
     public String getSummary() throws IOException, InterruptedException 
     public String getTitle() throws IOException, InterruptedException 
     public final Token getToken(int index)