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

TXPathBinaryNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

The base class for XPath expressions which represent Binary operations.

Declaration

Source position: laz2_xpath.pas line 142

type TXPathBinaryNode = class(TXPathExprNode)

protected

  FOperand1: TXPathExprNode;

  FOperand2: TXPathExprNode;

public

  destructor Destroy; override;

  

Destructor for the class instance.

end;

Inheritance

TXPathBinaryNode

  

The base class for XPath expressions which represent Binary operations.

|

TXPathExprNode

  

Defines the base class used to evaluate XPath expressions.

|

TObject


Version 4.0 Generated 2025-05-03 Home