A node-set value implemented intensionally. It is a wrapper round an Expression which
can be evaluated independently of context, that is it has been reduced so there are
no remaining context-dependencies.
Fields inherited from class com.icl.saxon.expr.Value
isContextDocumentNodeSet()
Determine, in the case of an expression whose data type is Value.NODESET,
whether all the nodes in the node-set are guaranteed to come from the same
document as the context node.
boolean
isSorted()
Test whether the value is known to be sorted
true if the value is known to be sorted in document order, false if it is not
known whether it is sorted.
isContextDocumentNodeSet
public boolean isContextDocumentNodeSet()
Determine, in the case of an expression whose data type is Value.NODESET,
whether all the nodes in the node-set are guaranteed to come from the same
document as the context node. Used for optimization.