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 by supporting application-specialized element creation and printing, and by exposing the URI with which the document is associated.
 

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
Copyright © 1998-1999 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.