Uses of Interface
org.exolab.castor.xml.dtd.parser.CharStream

Packages that use CharStream
org.exolab.castor.xml.dtd.parser The XML DTD Parser API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package consists of two parsers: Initial Parser parses the input text, searches for parameter entity declarations (i.e. entities used only within XML DTD) and substitutes parameter entity references by corresponding replacement text
 

Uses of CharStream in org.exolab.castor.xml.dtd.parser
 

Classes in org.exolab.castor.xml.dtd.parser that implement CharStream
 class InputCharStream
          An implementation of interface CharStream.
 

Methods in org.exolab.castor.xml.dtd.parser with parameters of type CharStream
 void DTDParserTokenManager.ReInit(CharStream stream)
           
 void DTDParser.ReInit(CharStream stream)
           
 void DTDInitialParserTokenManager.ReInit(CharStream stream)
           
 void DTDInitialParser.ReInit(CharStream stream)
           
 void DTDParserTokenManager.ReInit(CharStream stream, int lexState)
           
 void DTDInitialParserTokenManager.ReInit(CharStream stream, int lexState)
           
 

Constructors in org.exolab.castor.xml.dtd.parser with parameters of type CharStream
DTDInitialParser(CharStream stream)
           
DTDInitialParserTokenManager(CharStream stream)
           
DTDInitialParserTokenManager(CharStream stream, int lexState)
           
DTDParser(CharStream stream)
           
DTDParserTokenManager(CharStream stream)
           
DTDParserTokenManager(CharStream stream, int lexState)
           
 



Copyright © 2012. All Rights Reserved.