Uses of Class
org.apache.lucene.demo.html.SimpleCharStream

Packages that use SimpleCharStream
org.apache.lucene.demo.html   
 

Uses of SimpleCharStream in org.apache.lucene.demo.html
 

Fields in org.apache.lucene.demo.html declared as SimpleCharStream
protected  SimpleCharStream HTMLParserTokenManager.input_stream
           
 

Methods in org.apache.lucene.demo.html with parameters of type SimpleCharStream
 void HTMLParserTokenManager.ReInit(SimpleCharStream stream)
           
 void HTMLParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in org.apache.lucene.demo.html with parameters of type SimpleCharStream
HTMLParserTokenManager(SimpleCharStream stream)
           
HTMLParserTokenManager(SimpleCharStream stream, int lexState)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.