Package | Description |
---|---|
com.caucho.xml |
XML parsing and printing package.
|
com.caucho.xml.readers |
Modifier and Type | Method and Description |
---|---|
void |
XmlParser.setReader(XmlReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
MacroReader
A fast reader to convert bytes to characters for parsing XML.
|
class |
Utf16Reader
A fast reader to convert bytes to characters for parsing XML.
|
class |
Utf8Reader
A fast reader to convert bytes to characters for parsing XML.
|
Modifier and Type | Field and Description |
---|---|
protected XmlReader |
XmlReader._next |
Modifier and Type | Method and Description |
---|---|
XmlReader |
XmlReader.getNext()
Sets the next reader.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroReader.init(XmlParser parser,
XmlReader next) |
void |
XmlReader.setNext(XmlReader next)
Sets the next reader.
|