Class TXQTermTryCatch
Unit
xquery
Declaration
type TXQTermTryCatch = class(TXQTerm)
Description
no description available, TXQTerm description follows
Internally used xpath term
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
catches: array of record
tests: array of record
name: TXQEQName;
ignoreNamespace: boolean;
end;
expr: TXQTerm;
end; |
|
|
Methods
 |
constructor create(abody: TXQTerm); |
|
|
 |
destructor Destroy; override; |
|
|
Generated by PasDoc 0.14.0.
|