Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQTermPath = class(TXQTerm)
Internally used xpath term
path: array of TXQPathMatchingStep;
constructor create(b: TXQTerm);
destructor Destroy; override;
function evaluate(var context: TXQEvaluationContext): IXQValue; override;
function visitchildren(visitor: TXQTerm_Visitor): TXQTerm_VisitAction; override;
function debugTermToString: string; override;
function getContextDependencies: TXQContextDependencies; override;
function clone: TXQTerm; override;