Uses of Interface
org.w3c.dom.Document

Packages that use Document
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
org.w3c.dom The org.w3c.dom package provides the Java ME DOM API defined by JSR 280. 
 

Uses of Document in javax.xml.parsers
 

Methods in javax.xml.parsers that return Document
 Document DocumentBuilder.parse(InputStream is)
          Parse the content of the given InputStream as an XML document and return a new DOM Document object.
abstract  Document DocumentBuilder.parse(InputSource is)
          Parse the content of the given input source as an XML document and return a new DOM Document object.
abstract  Document DocumentBuilder.newDocument()
          Obtain a new instance of a DOM Document object to build a DOM tree with.
 

Uses of Document in org.w3c.dom
 

Methods in org.w3c.dom that return Document
 Document Node.getOwnerDocument()
          The Document object associated with this node.
 Document DOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
          Creates an XML Document object of the specified type with its document element.
 



Copyright © 2000,2004 World Wide Web Consortium (W3C). See the Copyright Notice for details.