Uses of Interface
org.w3c.dom.Document

Packages that use Document
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 Document in com.sun.xml.tree
 

Subinterfaces of Document in com.sun.xml.tree
 interface DocumentEx
          This interface extends the DOM Document model in several useful ways.
 

Classes in com.sun.xml.tree that implement Document
 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 Document
 Document XmlDocument.getOwnerDoc()
          DOM: returns null.
 

Uses of Document in org.w3c.dom
 

Methods in org.w3c.dom that return Document
 Document Node.getOwnerDocument()
          Returns the value of the ownerDocument property.
 



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