Package | Description |
---|---|
com.caucho.xml |
XML parsing and printing package.
|
com.caucho.xml.parsers |
JAXP factories for XML parsing
|
com.caucho.xml.readers | |
com.caucho.xml2.parsers |
Modifier and Type | Class and Description |
---|---|
class |
Html
HTML parser interface.
|
class |
LooseHtml
A forgiving HTML parser interface.
|
class |
LooseXml
Loose XML parser interface.
|
class |
Xml
XML parser interface.
|
Modifier and Type | Field and Description |
---|---|
protected XmlParser |
AbstractDocumentBuilder._parser |
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.
|
Modifier and Type | Field and Description |
---|---|
protected XmlParser |
AbstractDocumentBuilder._parser |