-
public final class CopyToRequestRequest object containing input parameters for the DOMDomain.copyTo command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final IntegertargetNodeIdprivate final IntegerinsertBeforeNodeId
-
Constructor Summary
Constructors Constructor Description CopyToRequest(Integer nodeId, Integer targetNodeId, Integer insertBeforeNodeId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final CopyToRequestcopy(Integer nodeId, Integer targetNodeId, Integer insertBeforeNodeId)final IntegergetNodeId()Id of the node to copy. final IntegergetTargetNodeId()Id of the element to drop the copy into. final IntegergetInsertBeforeNodeId()Drop the copy before this node (if absent, the copy becomes the last child of targetNodeId).-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final CopyToRequest copy(Integer nodeId, Integer targetNodeId, Integer insertBeforeNodeId)
-
getTargetNodeId
final Integer getTargetNodeId()
Id of the element to drop the copy into.
-
getInsertBeforeNodeId
final Integer getInsertBeforeNodeId()
Drop the copy before this node (if absent, the copy becomes the last child of
targetNodeId).
-
-
-
-