Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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).
 

Fields in org.w3c.flute.parser declared as CharStream
private  CharStream ParserTokenManager.input_stream
           
 

Methods in org.w3c.flute.parser that return CharStream
private  CharStream Parser.getCharStreamWithLurk(org.w3c.css.sac.InputSource source)
          Convert the source into a CharStream with encoding informations.
 

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

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