-
public final class RequestChildNodesRequestRequest object containing input parameters for the DOMDomain.requestChildNodes command.
-
-
Constructor Summary
Constructors Constructor Description RequestChildNodesRequest(Integer nodeId, Integer depth, Boolean pierce)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Booleancomponent3()final RequestChildNodesRequestcopy(Integer nodeId, Integer depth, Boolean pierce)final IntegergetNodeId()Id of the node to get children for. 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 sub-tree (default is false). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Boolean component3()
-
copy
final RequestChildNodesRequest copy(Integer nodeId, Integer depth, Boolean pierce)
-
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.
-
-
-
-