Script functions reference > Script functions in alphabetical order > S > StXPathPopNodeSet

StXPathPopNodeSet
Syntax
StXPathPopNodeSet();
Description
Removes the previously pushed node set from the memory stack.
Returns
N/A
Example
num count = StXPathPushNodeSet("/data/message/item[number(value)>100]");
StXPathPopNodeSet();
OpenText StreamServe 5.6 Updated: 2013-03-01