Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXQTermWithChildren = class(TXQTerm)
Internally used xpath term
children: array of TXQTerm;
function getContextDependencies: TXQContextDependencies; override;
function debugTermToString: string; override;
destructor destroy; override;
procedure push(t: TXQTerm);
function push(t: array of TXQTerm): TXQTerm;
function visitchildren(visitor: TXQTerm_Visitor): TXQTerm_VisitAction; override;
function clone: TXQTerm; override;