Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%XML] >  [XPATH] >  [Reader]
Private  Storage   

deprecatedclass %XML.XPATH.Reader extends %RegisteredObject

*** Deprecated class, please use %XML.XPATH.Document for XPATH expression evaluation ***

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3


Summary

Properties
Keys Results

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Evaluate Example


Properties

• property Keys as array of %Integer;
• property Results as list of %XML.XPATH.Result;

Methods

• classmethod Evaluate(pDocument As %XML.XPATH.Document, pContext As %String, pExpression As %String, Output pReader As %XML.XPATH.Reader) as %Status
Evaluate an XPATH expression on a previously obtained XPATH document. Return an %XML.XPATH.Reader object which provides facilities to access the results in a simple manner
• classmethod Example()


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.