Uses of Interface org.w3c.dom.Document

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
The Document object associated with this node.

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 gnu.xml.dom.ls

Methods with return type org.w3c.dom.Document

Document
Document
Document

Uses in package gnu.xml.pipeline

Methods with return type org.w3c.dom.Document

Document
Returns the document constructed from the preceding sequence of events.
Document
Returns the document under construction.

Uses in package gnu.xml.libxmlj.dom

Classes implementing org.w3c.dom.Document

class
A DOM document node implemented in libxml2.

Methods with return type org.w3c.dom.Document

Document
GnomeDocumentBuilder.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Document
Document

Uses in package gnu.xml.libxmlj.util

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.

Uses in package gnu.xml.dom.html2

Classes implementing org.w3c.dom.Document

class
An HTML document.

Methods with return type org.w3c.dom.Document

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

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Document

class
"Document" and "DocumentTraversal" implementation.

Methods with return type org.w3c.dom.Document

Document
Document
DomImpl.createDocument(String namespaceURI, String rootName, DocumentType doctype)
DOM L2 Creates and returns a Document, populated only with a root element and optionally a document type(if that was provided).
Document
DOM L1 (modified in L2) Returns the owner document.