%XML.XPATH.Result
Class %XML.XPATH.Result Extends %Persistent [ StorageStrategy = custom, System = 4 ]
Subclasses of this class represent the result of a single match following an XPATH expression evaluation
Properties
Type
Property Type As %Integer [ Calculated ];
This holds the type of the result, $$$XPATHVALUE or $$$XPATHDOM
target
Property target As %Integer;
This holds the key into ^IRIS.Temp which holds the results
Methods
TypeGet
Method TypeGet() As %Integer
%OnClose
Method %OnClose() As %Status [ Private ]