Class TXQValueQName
Unit
xquery
Declaration
type TXQValueQName = class(TXQValue)
Description
QName value (namespace + local part)
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueQName
Overview
Fields
Methods
Description
Fields
 |
prefix: string; |
|
 |
url: string; |
|
 |
local: string; |
|
Methods
 |
constructor create(atypeAnnotation: TXSType; const aurl, aprefix, alocal: string); |
|
 |
constructor create(atypeAnnotation: TXSType; const ns: INamespace; const alocal: string); |
|
 |
constructor create(const aurl, aprefix, alocal: string); |
|
 |
constructor create(const aurl, aprefixedLocal: string); |
|
 |
constructor create(const ns: INamespace; const alocal: string); |
|
 |
constructor create(atypeAnnotation: TXSType; const value: IXQValue); override; |
|
 |
destructor Destroy; override; |
|
 |
function toString: string; override; |
Converts the TXQValue dynamically to string (excludes namespace url)
|
 |
function toBooleanEffective: boolean; override; |
|
Generated by PasDoc 0.14.0.
|