Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Document.get()
Gets the default document.
|
Document |
FrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, or
null otherwise.
|
Document |
IFrameElement.getContentDocument()
The document this frame contains, if there is any and it is available, or
null otherwise.
|
Document |
ObjectElement.getContentDocument()
The document this object contains, if there is any and it is available, or
null otherwise.
|
Document |
Node.getOwnerDocument()
The Document object associated with this node.
|
Copyright © 2018. All rights reserved.