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

TXPathNodeArray

Array used to store TXPathExprNode entries.

Declaration

Source position: laz2_xpath.pas line 95

type TXPathNodeArray = array of TXPathExprNode;

Description

TXPathNodeArray is an array of TXPathExprNode type. It is used to store XPath predicate expressions passed as arguments to TXPathExprNode descendants or TXPathScanner.

See also

TXPathExprNode

  

Defines the base class used to evaluate XPath expressions.

TXPathScanner

  

Implements a lexical scanner and parser using XPath syntax and semantics.


Version 4.0 Generated 2025-05-03 Home