Uses of Class
javax.xml.parsers.DocumentBuilder

Packages that use DocumentBuilder
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. 
 

Uses of DocumentBuilder in gnu.xml.dom
 

Methods in gnu.xml.dom that return DocumentBuilder
 DocumentBuilder JAXPFactory.newDocumentBuilder()
          Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
 

Uses of DocumentBuilder in javax.xml.parsers
 

Methods in javax.xml.parsers that return DocumentBuilder
abstract  DocumentBuilder DocumentBuilderFactory.newDocumentBuilder()
           
 



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.