Provides facilities for parsing XML documents and building Document Object Model (DOM) trees from them. more...
| 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. | 
| ParserConfigurationException | Represents an exception that occurred during the configuration of parser. | 
| FactoryConfigurationError | Represents an error that occurred during the configuration of parser factory. |