Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.w3c.dom The Document Object Model (DOM™) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. 
 

Uses of DOMImplementation in com.sun.xml.tree
 

Classes in com.sun.xml.tree that implement DOMImplementation
 class XmlDocument
          This class implements the DOM Document interface, and also provides static factory methods to create document instances.
 

Methods in com.sun.xml.tree that return DOMImplementation
 DOMImplementation XmlDocument.getImplementation()
          DOM: Returns an object describing the features of the DOM implementation used by this document: it supports the XML 1.0 feature set.
 

Uses of DOMImplementation in org.w3c.dom
 

Methods in org.w3c.dom that return DOMImplementation
 DOMImplementation Document.getImplementation()
          Returns the value of the implementation property.
 



Submit Feedback to xml-feedback@java.sun.com