Class Summary |
DocumentBuilder |
Instances of DocumentBuilder provide a mechansim for
parsing XML documents into a DOM document tree represented by an
org.w3c.dom.Document object. |
DocumentBuilderFactory |
The DocumentBuilderFactory defines a factory API that enables
applications to configure and obtain a parser to parse XML documents into
a DOM Document tree. |
SAXParser |
Implementation instances of the SAXParser abstract class
contain an implementation of the org.xml.sax.Parser interface
and enables content from a variety of sources to be parsed using the
contained parser. |
SAXParserFactory |
The SAXParserFactory defines a factory API that enables
applications to configure and obtain a SAX based parser to parse XML
documents. |
This package provides a Plugability mechanism to allow a compliant SAX or
DOM parser to be used indipendently by an application.