Uses of Class
com.caucho.xml2.XmlParser

Packages that use XmlParser
com.caucho.xml2   
com.caucho.xml2.readers   
 

Uses of XmlParser in com.caucho.xml2
 

Subclasses of XmlParser in com.caucho.xml2
 class Xml
          XML parser interface.
 

Constructors in com.caucho.xml2 with parameters of type XmlParser
DtdParser(XmlParser xmlParser, QDocumentType dtd)
           
 

Uses of XmlParser in com.caucho.xml2.readers
 

Fields in com.caucho.xml2.readers declared as XmlParser
protected  XmlParser XmlReader._parser
           
 

Methods in com.caucho.xml2.readers with parameters of type XmlParser
 void XmlReader.init(XmlParser parser, ReadStream is)
          Initialize a reader at the start of parsing.
 void MacroReader.init(XmlParser parser, XmlReader next)
           
 

Constructors in com.caucho.xml2.readers with parameters of type XmlParser
Utf16Reader(XmlParser parser, ReadStream is)
          Create a new reader with the given read stream.
Utf8Reader(XmlParser parser, ReadStream is)
          Create a new reader with the given read stream.
XmlReader(XmlParser parser, ReadStream is)
          Create a new reader with the given read stream.