Uses of Package
javax.xml.parsers

Packages that use javax.xml.parsers
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
javax.xml.parsers Bootstrapping APIs for JAXP parsers. 
 

Classes in javax.xml.parsers used by gnu.xml.aelfred2
ParserConfigurationException
          ParserConfigurationException
SAXParser
          Wraps a SAX2 (or SAX1) parser.
SAXParserFactory
          SAXParserFactory is used to bootstrap JAXP wrappers for SAX parsers.
 

Classes in javax.xml.parsers used by gnu.xml.dom
DocumentBuilder
          DocumentBuilder
DocumentBuilderFactory
          DocumentBuilderFactory is used to resolve the problem that the W3C DOM APIs don't include portable bootstrapping.
 

Classes in javax.xml.parsers used by javax.xml.parsers
DocumentBuilder
          DocumentBuilder
DocumentBuilderFactory
          DocumentBuilderFactory is used to resolve the problem that the W3C DOM APIs don't include portable bootstrapping.
ParserConfigurationException
          ParserConfigurationException
SAXParser
          Wraps a SAX2 (or SAX1) parser.
SAXParserFactory
          SAXParserFactory is used to bootstrap JAXP wrappers for SAX parsers.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.