Skip navigation links

Package com.caucho.xml

XML parsing and printing package.

See: Description

Package com.caucho.xml Description

XML parsing and printing package.

Parsing

Applications using strict XML parsing will either use the JAXP API or the SAX API to create their parsers. Applications needing to parse HTML will generally instantiate their own parsers.

There are four parser flavors with the same API: Xml, LooseXml, Html and LooseHtml. The core of the API is in AbstractParser.

Skip navigation links