API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.xml.parsers
Author(s)
Since
Version
Serial
Description
  Provides classes allowing the processing of XML documents.
See also:   
DocumentBuilder View Source Defines the API to obtain DOM Document instances from an XML document.
DocumentBuilderFactory View Source Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
FactoryConfigurationError View Source Thrown when a problem with configuration with the Parser Factories exists.
ParserConfigurationException View Source Indicates a serious configuration error.
SAXParser View Source Defines the API that wraps an XMLReader implementation class.
SAXParserFactory View Source Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar