DocBook|Search
Class Reference
%XML.XPATH.Result
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%XML] >  [XPATH] >  [Result]
Private  Storage  

persistent class %XML.XPATH.Result extends %Persistent

Subclasses of this class represent the result of a single match following an XPATH expression evaluation

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Properties
Type target

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject TypeGet

Subclasses
%XML.XPATH.DOMResult %XML.XPATH.ValueResult

Properties

• 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

Methods

• method TypeGet() as %Integer
This is a Get accessor method for the Type property.