Package | Description |
---|---|
elemental.client | |
elemental.dom | |
elemental.html | |
elemental.js.dom | |
elemental.js.svg | |
elemental.js.xml | |
elemental.svg | |
elemental.xml | |
elemental.xpath |
Modifier and Type | Method and Description |
---|---|
static Document |
Browser.getDocument()
Gets the document within which this script is running.
|
Modifier and Type | Method and Description |
---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
Document |
DOMImplementation.createHTMLDocument(String title) |
Document |
Node.getOwnerDocument() |
Modifier and Type | Method and Description |
---|---|
Document |
FrameElement.getContentDocument() |
Document |
IFrameElement.getContentDocument()
The active document in the inline frame's nested browsing context.
|
Document |
ObjectElement.getContentDocument()
The active document of the object element's nested browsing context, if any; otherwise null.
|
Document |
Window.getDocument() |
Modifier and Type | Class and Description |
---|---|
class |
JsDocument |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGDocument |
Modifier and Type | Method and Description |
---|---|
void |
JsXMLHttpRequest.send(Document data) |
JsDocumentFragment |
JsXSLTProcessor.transformToFragment(Node source,
Document docVal) |
Modifier and Type | Interface and Description |
---|---|
interface |
SVGDocument |
Modifier and Type | Method and Description |
---|---|
Document |
XMLHttpRequest.getResponseXML()
The response to the request as a DOM
Document object, or null if the request was unsuccessful, has not yet been sent, or cannot be parsed as XML. |
Document |
XSLTProcessor.transformToDocument(Node source) |
Modifier and Type | Method and Description |
---|---|
void |
XMLHttpRequest.send(Document data)
Sends the request.
|
DocumentFragment |
XSLTProcessor.transformToFragment(Node source,
Document docVal) |
Modifier and Type | Method and Description |
---|---|
Document |
DOMParser.parseFromString(String str,
String contentType) |
Copyright © 2018. All rights reserved.