|
Common DOM API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
com.sun.java.browser.dom | |
org.w3c.dom | Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing. |
org.w3c.dom.html |
Uses of Document in com.sun.java.browser.dom |
Methods in com.sun.java.browser.dom that return Document | |
abstract Document |
DOMServiceProvider.getDocument(Object obj)
Returns the Document object of the DOM. |
Document |
DOMAccessor.getDocument(Object obj)
Returns the Document object of the DOM. |
Uses of Document in org.w3c.dom |
Methods in org.w3c.dom that return Document | |
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Creates a DOM Document object of the specified type with its document element. |
Document |
Node.getOwnerDocument()
The Document object associated with this node. |
Uses of Document in org.w3c.dom.html |
Subinterfaces of Document in org.w3c.dom.html | |
interface |
HTMLDocument
An HTMLDocument is the root of the HTML hierarchy and holds
the entire content. |
Methods in org.w3c.dom.html that return Document | |
Document |
HTMLObjectElement.getContentDocument()
The document this object contains, if there is any and it is available, or null otherwise. |
Document |
HTMLIFrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise. |
Document |
HTMLFrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise. |
|
Common DOM API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |