persistent class %XML.XPATH.Result
extends %Persistent
Subclasses of this class represent the result of a single match following an XPATH expression evaluation
property Type
as %Integer [ Calculated ];
This holds the type of the result, $$$XPATHVALUE or $$$XPATHDOM
property target
as %Integer;
This holds the key into ^CacheTemp which holds the results
method TypeGet()
as %Integer
This is a Get accessor method for the Type property.