[Overview][Types][Classes][Procedures and functions][Index] |
Array used to store TXPathExprNode entries.
Source position: laz2_xpath.pas line 95
type TXPathNodeArray = array of TXPathExprNode; |
TXPathNodeArray is an array of TXPathExprNode type. It is used to store XPath predicate expressions passed as arguments to TXPathExprNode descendants or TXPathScanner.
|
Defines the base class used to evaluate XPath expressions. |
|
|
Implements a lexical scanner and parser using XPath syntax and semantics. |
Version 4.0 | Generated 2025-05-03 | Home |