Uses of Interface
org.egothor.parser.plain.CharStream

Packages that use CharStream
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
org.egothor.parser.plain This package defines JavaCC parser for a plain text. 
org.egothor.text This package contains support of some textual routines/processes. 
 

Uses of CharStream in org.egothor.html
 

Methods in org.egothor.html that return CharStream
 CharStream HTMLParser.getReader(java.io.Reader i, java.lang.String baseURL, EventEncoder encoder)
          Return a StringReader that will use the given input stream and read from the given URL.
 

Uses of CharStream in org.egothor.parser.plain
 

Fields in org.egothor.parser.plain declared as CharStream
protected  CharStream SimpleTokenManager.input_stream
           
 

Methods in org.egothor.parser.plain with parameters of type CharStream
 void Simple.ReInit(CharStream stream)
           
 void SimpleTokenManager.ReInit(CharStream stream)
           
 void SimpleTokenManager.ReInit(CharStream stream, int lexState)
           
 void Plain.reset(CharStream reader)
          Reset the parser using the given Reader.
 

Constructors in org.egothor.parser.plain with parameters of type CharStream
Plain(CharStream reader)
          Construct a Plain object using the given Reader.
Simple(CharStream stream)
           
SimpleTokenManager(CharStream stream)
           
SimpleTokenManager(CharStream stream, int lexState)
           
 

Uses of CharStream in org.egothor.text
 

Classes in org.egothor.text that implement CharStream
 class CharStreamBuffer
           
 

Methods in org.egothor.text that return CharStream
 CharStream StringWithWeights.open()