package

javax.xml.parsers

Classes | Description

Provides facilities for parsing XML documents and building Document Object Model (DOM) trees from them. more...

Classes

DocumentBuilder Defines a bridge from XML sources (files, stream etc.) to DOM trees. 
DocumentBuilderFactory Provides a factory for DocumentBuilder instances. 
SAXParser Provides a wrapper around a SAX XMLReader
SAXParserFactory Provides a factory for SAXParser instances. 

Exceptions

ParserConfigurationException Represents an exception that occurred during the configuration of parser. 

Errors

FactoryConfigurationError Represents an error that occurred during the configuration of parser factory.