| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.events.dom | |
| com.qeagle.devtools.protocol.types.dom |
| Modifier and Type | Method and Description |
|---|---|
Node |
DOM.describeNode()
Describes node given its id, does not require domain to be enabled.
|
Node |
DOM.describeNode(Integer nodeId,
Integer backendNodeId,
String objectId,
Integer depth,
Boolean pierce)
Describes node given its id, does not require domain to be enabled.
|
Node |
DOM.getDocument()
Returns the root DOM node (and optionally the subtree) to the caller.
|
Node |
DOM.getDocument(Integer depth,
Boolean pierce)
Returns the root DOM node (and optionally the subtree) to the caller.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
DOM.getFlattenedDocument()
Returns the root DOM node (and optionally the subtree) to the caller.
|
List<Node> |
DOM.getFlattenedDocument(Integer depth,
Boolean pierce)
Returns the root DOM node (and optionally the subtree) to the caller.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ChildNodeInserted.getNode()
Inserted node data.
|
Node |
PseudoElementAdded.getPseudoElement()
The added pseudo element.
|
Node |
ShadowRootPushed.getRoot()
Shadow root.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
SetChildNodes.getNodes()
Child nodes array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildNodeInserted.setNode(Node node)
Inserted node data.
|
void |
PseudoElementAdded.setPseudoElement(Node pseudoElement)
The added pseudo element.
|
void |
ShadowRootPushed.setRoot(Node root)
Shadow root.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetChildNodes.setNodes(List<Node> nodes)
Child nodes array.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getContentDocument()
Content document for frame owner elements.
|
Node |
Node.getImportedDocument()
Import document for the HTMLImport links.
|
Node |
Node.getTemplateContent()
Content document fragment for template elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChildren()
Child nodes of this node when requested with children.
|
List<Node> |
Node.getPseudoElements()
Pseudo elements associated with this node.
|
List<Node> |
Node.getShadowRoots()
Shadow root list for given element host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setContentDocument(Node contentDocument)
Content document for frame owner elements.
|
void |
Node.setImportedDocument(Node importedDocument)
Import document for the HTMLImport links.
|
void |
Node.setTemplateContent(Node templateContent)
Content document fragment for template elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setChildren(List<Node> children)
Child nodes of this node when requested with children.
|
void |
Node.setPseudoElements(List<Node> pseudoElements)
Pseudo elements associated with this node.
|
void |
Node.setShadowRoots(List<Node> shadowRoots)
Shadow root list for given element host.
|
Copyright © 2020. All rights reserved.