Uses of Interface org.w3c.dom.Document

Uses in package org.w3c.dom.html2

Methods with return type org.w3c.dom.Document

Document
The document this frame contains, if there is any and it is available, or null otherwise.
Document
The document this frame contains, if there is any and it is available, or null otherwise.
Document
The document this object contains, if there is any and it is available, or null otherwise.

Uses in package org.w3c.dom.ls

Methods with return type org.w3c.dom.Document

Document
The document that finished loading.
Document
Parse an XML document from a resource identified by a LSInput.
Document
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].

Uses in package javax.imageio.metadata

Methods with return type org.w3c.dom.Document

Document

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Document

Document
DOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Creates a DOM Document object of the specified type with its document element.
Document
The Document object associated with this node.

Uses in package javax.xml.parsers

Methods with return type org.w3c.dom.Document

Document
Creates a new, empty DOM Document.
Document
Parse the specified file and return a DOM Document.
Document
Parse the specified input stream and return a DOM Document.
Document
Parse the specified input stream and return a DOM Document.
Document
Parse the content of the specified URI and return a DOM Document.
Document
Parse the specified input source and return a DOM Document.