| [Overview][Types][Classes][Procedures and functions][Index] |
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. |
); |