%XML.XPATH.Reader
class %XML.XPATH.Reader extends %Library.RegisteredObject
*** Deprecated class, please use %XML.XPATH.Document for XPATH expression evaluation ***Property Inventory
Method Inventory
Properties
property Keys as array of %Integer;
Property methods: KeysBuildValueArray(), KeysCollectionToDisplay(), KeysCollectionToOdbc(), KeysDisplayToCollection(), KeysDisplayToLogical(), KeysGet(), KeysGetObject(), KeysGetObjectId(), KeysGetSwizzled(), KeysIsValid(), KeysLogicalToDisplay(), KeysNormalize(), KeysOdbcToCollection(), KeysSet(), KeysSetObject(), KeysSetObjectId()
property Results as list of %XML.XPATH.Result;
Property methods: ResultsBuildValueArray(), ResultsCollectionToDisplay(), ResultsCollectionToOdbc(), ResultsDisplayToCollection(), ResultsGet(), ResultsGetObject(), ResultsGetObjectId(), ResultsGetSwizzled(), ResultsIsValid(), ResultsOdbcToCollection(), ResultsSet(), ResultsSetObject(), ResultsSetObjectId()
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()
Inherited Members
Inherited 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()