public interface PendingUpdateList
The implementation of this interface is in Saxon-EE.
Modifier and Type | Method and Description |
---|---|
void |
addPutAction(NodeInfo node,
String uri,
Expression originator)
Add a put() action to the pending update list
|
void |
apply(XPathContext context,
int validationMode)
Apply the pending updates
|
Set<MutableNodeInfo> |
getAffectedTrees()
Get the root nodes of the trees that are affected by updates in the pending update list
|
void apply(XPathContext context, int validationMode) throws XPathException
context
- the XPath dynamic evaluation contextvalidationMode
- the revalidation mode from the static contextXPathException
Set<MutableNodeInfo> getAffectedTrees()
void addPutAction(NodeInfo node, String uri, Expression originator) throws XPathException
node
- (the first argument of put())uri
- (the second argument of put())originator
- the originating put() expression, for diagnosticsXPathException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.