Uses of Interface
org.w3c.flute.parser.CharStream

Packages that use CharStream
org.w3c.flute.parser   
 

Uses of CharStream in org.w3c.flute.parser
 

Classes in org.w3c.flute.parser that implement CharStream
 class Generic_CharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
 

Methods in org.w3c.flute.parser with parameters of type CharStream
 void ParserTokenManager.ReInit(CharStream stream)
          Reinitialise parser.
 void Parser.ReInit(CharStream stream)
          Reinitialise.
 void ParserTokenManager.ReInit(CharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.w3c.flute.parser with parameters of type CharStream
Parser(CharStream stream)
          Constructor with user supplied CharStream.
ParserTokenManager(CharStream stream)
          Constructor.
ParserTokenManager(CharStream stream, int lexState)
          Constructor.