Uses of Interface
org.w3c.flute.parser.CharStream
- 
Packages that use CharStream Package Description org.w3c.flute.parser  - 
- 
Uses of CharStream in org.w3c.flute.parser
Classes in org.w3c.flute.parser that implement CharStream Modifier and Type Class Description classGeneric_CharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Fields in org.w3c.flute.parser declared as CharStream Modifier and Type Field Description protected CharStreamParserTokenManager. input_streamMethods in org.w3c.flute.parser with parameters of type CharStream Modifier and Type Method Description voidParser. ReInit(CharStream stream)voidParserTokenManager. ReInit(CharStream stream)voidParserTokenManager. ReInit(CharStream stream, int lexState)Constructors in org.w3c.flute.parser with parameters of type CharStream Constructor Description Parser(CharStream stream)ParserTokenManager(CharStream stream)ParserTokenManager(CharStream stream, int lexState) 
 -