public class ReplaceNodeAction extends PendingUpdateAction
Constructor and Description |
---|
ReplaceNodeAction(NodeInfo[] content,
MutableNodeInfo targetNode)
Create a ReplaceNodeAction
|
Modifier and Type | Method and Description |
---|---|
void |
apply(XPathContext context,
java.util.Set affectedRootSet)
Apply the pending update action to the affected nodes
|
int |
getApplyPhase()
Get the phase of operation in which this pending update action is applied.
|
NodeInfo[] |
getNewContent()
Get the list of nodes acting as the replacement nodes
|
NodeInfo |
getTargetNode()
Get the target node of the update action
|
fixNodeName, getOriginator, setOriginator
public ReplaceNodeAction(NodeInfo[] content, MutableNodeInfo targetNode)
content
- the content sequence to be inserted (a value which must consist entirely of nodes. The
caller is responsible for copying the nodes into the same object model representation as the tree into
which they will be inserted; also for merging adjacent text nodes, extracting the children of a document
node, and so on.)targetNode
- the node that defines where the new nodes will be insertedpublic void apply(XPathContext context, java.util.Set affectedRootSet)
apply
in class PendingUpdateAction
context
- the XPath evaluation contextaffectedRootSet
- the set of roots of trees that have been modified, which
this action should add to as necessarypublic NodeInfo getTargetNode()
getTargetNode
in class PendingUpdateAction
public NodeInfo[] getNewContent()
public int getApplyPhase()
getApplyPhase
in class PendingUpdateAction
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.