Uses of Interface
org.w3c.dom.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 3 Load and Save.
-
Uses of Document in javax.imageio.metadata
Modifier and TypeMethodDescriptionIIOMetadataNode.getOwnerDocument()
Returnsnull
, sinceIIOMetadataNode
s do not belong to anyDocument
. -
Uses of Document in javax.xml.parsers
Modifier 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
Modifier 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.ls
Modifier 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].