-
public final class DescribeNodeRequestRequest object containing input parameters for the DOMDomain.describeNode command.
-
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Stringcomponent3()final Integercomponent4()final Booleancomponent5()final DescribeNodeRequestcopy(Integer nodeId, Integer backendNodeId, String objectId, Integer depth, Boolean pierce)final IntegergetNodeId()Identifier of the node. final IntegergetBackendNodeId()Identifier of the backend node. final StringgetObjectId()JavaScript object id of the node wrapper. final IntegergetDepth()The maximum depth at which children should be retrieved, defaults to 1. final BooleangetPierce()Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
component4
final Integer component4()
-
component5
final Boolean component5()
-
copy
final DescribeNodeRequest copy(Integer nodeId, Integer backendNodeId, String objectId, Integer depth, Boolean pierce)
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node.
-
getObjectId
final String getObjectId()
JavaScript object id of the node wrapper.
-
getDepth
final Integer getDepth()
The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.
-
-
-
-