Skip to main content

%XML.XPATH.Result

persistent class %XML.XPATH.Result extends %Library.Persistent

SQL Table Name: %XML_XPATH.Result

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

Property Inventory

Method Inventory

Properties

property Type as %Integer [ Calculated ];
This holds the type of the result, $$$XPATHVALUE or $$$XPATHDOM
Property methods: TypeDisplayToLogical(), TypeIsValid(), TypeLogicalToDisplay(), TypeNormalize()
property target as %Integer;
This holds the key into ^CacheTemp which holds the results
Property methods: targetDisplayToLogical(), targetGet(), targetIsValid(), targetLogicalToDisplay(), targetNormalize(), targetSet()

Methods

method TypeGet() as %Integer

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab