| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. | code | html |
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. | code | html |
| SAXParser | Defines the API that wraps an org.xml.sax.XMLReader implementation class. | code | html |
| SAXParserFactory | Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. | code | html |
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. | code | html |
| FactoryFinder | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
| FactoryFinder.ConfigurationError | code | html | |
| FilePathToURI | code | html | |
| ParserConfigurationException | Indicates a serious configuration error. | code | html |
| SecuritySupport | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |