Class TXQValueFunction
Unit
xquery
Declaration
type TXQValueFunction = class(TXQValue)
Description
A function. Anonymous or a named reference. Also used to store type information
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueFunction
Overview
Fields
Methods
Description
Fields
 |
name: string; |
|
 |
namespaceURL: string; |
|
 |
namespacePrefix: string; |
|
 |
ownsTerms: boolean; |
|
Methods
 |
constructor create(aterm: TXQTerm = nil); reintroduce; virtual; |
|
 |
procedure FreeInstance; override; |
|
 |
destructor Destroy; override; |
|
 |
function toBooleanEffective: boolean; override; |
|
 |
function toXQuery: string; override; |
|
 |
function debugAsStringWithTypeAnnotation(textOnly: boolean=true): string; |
|
Generated by PasDoc 0.14.0.
|