[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TNodeTestType

Represents XPath Node Test types.

Declaration

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.0 Generated 2025-05-03 Home