Uses of Interface
org.w3c.dom.Document
Packages that use Document
Package
Description
A package of the Java Image I/O API dealing with reading and writing
metadata.
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Provides the interfaces for the Document Object Model (DOM).
Provides interfaces for DOM Level 2 HTML Specification.
Provides interfaces for DOM Level 3 Load and Save.
-
Uses of Document in javax.imageio.metadata
Methods in javax.imageio.metadata that return DocumentModifier and TypeMethodDescriptionIIOMetadataNode.getOwnerDocument()
Returnsnull
, sinceIIOMetadataNode
s do not belong to anyDocument
. -
Uses of Document in javax.xml.parsers
Methods in javax.xml.parsers that return DocumentModifier and TypeMethodDescriptionabstract Document
DocumentBuilder.newDocument()
Obtain a new instance of a DOMDocument
object to build a DOM tree with.Parse the content of the given file as an XML document and return a new DOMDocument
object.DocumentBuilder.parse
(InputStream is) Parse the content of the givenInputStream
as an XML document and return a new DOMDocument
object.DocumentBuilder.parse
(InputStream is, String systemId) Parse the content of the givenInputStream
as an XML document and return a new DOMDocument
object.Parse the content of the given URI as an XML document and return a new DOMDocument
object.abstract Document
DocumentBuilder.parse
(InputSource is) Parse the content of the given input source as an XML document and return a new DOMDocument
object. -
Uses of Document in org.w3c.dom
Methods in org.w3c.dom that return DocumentModifier and TypeMethodDescriptionDOMImplementation.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) Creates a DOM Document object of the specified type with its document element.Node.getOwnerDocument()
TheDocument
object associated with this node. -
Uses of Document in org.w3c.dom.html
Subinterfaces of Document in org.w3c.dom.htmlModifier and TypeInterfaceDescriptioninterface
AnHTMLDocument
is the root of the HTML hierarchy and holds the entire content.Methods in org.w3c.dom.html that return DocumentModifier and TypeMethodDescriptionHTMLFrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, ornull
otherwise.HTMLIFrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, ornull
otherwise.HTMLObjectElement.getContentDocument()
The document this object contains, if there is any and it is available, ornull
otherwise. -
Uses of Document in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return DocumentModifier and TypeMethodDescriptionLSLoadEvent.getNewDocument()
The document that finished loading.Parse an XML document from a resource identified by aLSInput
.Parse an XML document from a location identified by a URI reference [IETF RFC 2396].