Uses of Class
com.quiotix.html.parser.SimpleCharStream

Packages that use SimpleCharStream
com.quiotix.html.parser   
 

Uses of SimpleCharStream in com.quiotix.html.parser
 

Fields in com.quiotix.html.parser declared as SimpleCharStream
protected  SimpleCharStream HtmlParserTokenManager.input_stream
           
 

Methods in com.quiotix.html.parser with parameters of type SimpleCharStream
 void HtmlParserTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void HtmlParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in com.quiotix.html.parser with parameters of type SimpleCharStream
HtmlParserTokenManager(SimpleCharStream stream)
          Constructor.
HtmlParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 1999-2011 Quiotix. All Rights Reserved.