Represents XPath Node Test types.
Source position: laz2_xpath.pas line 228
type TNodeTestType = ( |
||
ntAnyPrincipal, |
|
The Any Principal Node Test type. |
ntName, |
|
The Name Node Test type. |
ntTextNode, |
|
The Text Node Test type. |
ntCommentNode, |
|
The Comment Node Test type. |
ntPINode, |
|
The Processing Instruction Node Test type. |
ntAnyNode |
|
The Any Node Test type. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |