Class TXQTermVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXQTermVariable = class(TXQTerm)

Description

no description available, TXQTerm description follows

Internally used xpath term

Hierarchy

Overview

Fields

Public namespace: string;
Public value: string;
Public index: integer;

Methods

Public constructor create(const avalue: string; const anamespace: INamespace = nil);
Public constructor create(const alocalname: string; const anamespace: string);
Public function equalsVariable(v: TXQTermVariable): boolean;
Public function evaluate(var context: TXQEvaluationContext): IXQValue; override;
Public function getContextDependencies: TXQContextDependencies; override;
Public function clone: TXQTerm; override;
Public function ToString: ansistring; override;

Description

Fields

Public namespace: string;
 
Public value: string;
 
Public index: integer;
 

Methods

Public constructor create(const avalue: string; const anamespace: INamespace = nil);
 
Public constructor create(const alocalname: string; const anamespace: string);
 
Public function equalsVariable(v: TXQTermVariable): boolean;
 
Public function evaluate(var context: TXQEvaluationContext): IXQValue; override;
 
Public function getContextDependencies: TXQContextDependencies; override;
 
Public function clone: TXQTerm; override;
 
Public function ToString: ansistring; override;
 

Generated by PasDoc 0.14.0.