Package | Description |
---|---|
com.caucho.xml2 | |
com.caucho.xml2.readers |
Modifier and Type | Class and Description |
---|---|
class |
Xml
XML parser interface.
|
Constructor and Description |
---|
DtdParser(XmlParser xmlParser,
QDocumentType dtd) |
Modifier and Type | Field and Description |
---|---|
protected XmlParser |
XmlReader._parser |
Modifier and Type | Method and Description |
---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing.
|
void |
MacroReader.init(XmlParser parser,
XmlReader next) |
Constructor and Description |
---|
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.
|