Xerces 1.2.1

Package javax.xml.parsers

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.
 

Exception Summary
ParserConfigurationException This exception is thrown if a factory cannot configure a parser given its current configuration parameters.
 

Error Summary
FactoryConfigurationError This error is thrown if there is a configuration problem when creating new factory instances.
 


Xerces 1.2.1