Uses of Class
com.jeffpalm.dtd.SimpleCharStream

Packages that use SimpleCharStream
com.jeffpalm.dtd   
 

Uses of SimpleCharStream in com.jeffpalm.dtd
 

Fields in com.jeffpalm.dtd declared as SimpleCharStream
protected static SimpleCharStream ParserTokenManager.input_stream
           
 

Methods in com.jeffpalm.dtd with parameters of type SimpleCharStream
static void ParserTokenManager.ReInit(SimpleCharStream stream)
           
static void ParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in com.jeffpalm.dtd with parameters of type SimpleCharStream
ParserTokenManager(SimpleCharStream stream)
           
ParserTokenManager(SimpleCharStream stream, int lexState)