Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
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. 
org.w3c.dom Contains the core and "XML" feature set of the DOM Level 2 Recommendation. 
 

Uses of DOMImplementation in gnu.xml.dom
 

Classes in gnu.xml.dom that implement DOMImplementation
 class DomImpl
           "DOMImplementation" implementation.
 

Methods in gnu.xml.dom that return DOMImplementation
 DOMImplementation DomDoctype.getImplementation()
          Returns the implementation associated with this document type.
 DOMImplementation DomDocument.getImplementation()
          DOM L1 Returns the document's DOMImplementation.
 

Constructors in gnu.xml.dom with parameters of type DOMImplementation
DomDoctype(DOMImplementation impl, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset)
          Constructs a DocumentType node associated with the specified implementation, with the specified name.
DomDocument(DOMImplementation impl)
          Constructs a Document node, associating it with the specified implementation.
 

Uses of DOMImplementation in javax.xml.parsers
 

Methods in javax.xml.parsers that return DOMImplementation
abstract  DOMImplementation DocumentBuilder.getDOMImplementation()
           
 

Uses of DOMImplementation in org.w3c.dom
 

Methods in org.w3c.dom that return DOMImplementation
 DOMImplementation Document.getImplementation()
          The DOMImplementation object that handles this document.
 



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.