Class TXQTermEQNameToken
Unit
xquery
Declaration
type TXQTermEQNameToken = class(TXQTerm)
Description
no description available, TXQTerm description follows
Internally used xpath term
Hierarchy
Overview
Fields
Methods
Description
Fields
|
namespaceurl: string; |
|
|
namespaceprefix: string; |
|
|
localpart: string; |
|
Methods
|
constructor Create; |
|
|
constructor Create(const anamespaceurl, anamespaceprefix, alocalpart: string); |
|
|
function debugTermToString: string; override; |
|
Generated by PasDoc 0.14.0.
|