Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQTermTryCatch = class(TXQTerm)
Internally used xpath term
body: TXQTerm;
catches: array of record tests: array of record name: TXQEQName; ignoreNamespace: boolean; end; expr: TXQTerm; end;
constructor create(abody: TXQTerm);
function evaluate(var context: TXQEvaluationContext): IXQValue; override;
function getContextDependencies: TXQContextDependencies; override;
function visitchildren(visitor: TXQTerm_Visitor): TXQTerm_VisitAction; override;
function clone: TXQTerm; override;
destructor Destroy; override;