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