Class TXQEQName
Unit
xquery
Declaration
type TXQEQName = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
namespaceURL: string; |
|
 |
localname: string; |
|
Methods
 |
constructor create; |
|
 |
constructor create(const ns, local: string); |
|
 |
function ToString: ansistring; override; |
|
 |
function isEqual(const ns, local: string): boolean; inline; |
|
Generated by PasDoc 0.14.0.
|