Class TXQTermVariable
Unit
xquery
Declaration
type TXQTermVariable = class(TXQTerm)
Description
no description available, TXQTerm description follows
Internally used xpath term
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
namespace: string; |
|
 |
value: string; |
|
 |
index: integer; |
|
Methods
 |
constructor create(const avalue: string; const anamespace: INamespace = nil); |
|
 |
constructor create(const alocalname: string; const anamespace: string); |
|
 |
function ToString: ansistring; override; |
|
Generated by PasDoc 0.14.0.
|