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

TXPathBinaryNode

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

Declaration

Source position: laz2_xpath.pas line 142

type TXPathBinaryNode = class(TXPathExprNode)

protected

  FOperand1: TXPathExprNode;

  

  FOperand2: TXPathExprNode;

  

public

  destructor Destroy; override;

  

end;

Inheritance

TXPathBinaryNode

  

|

TXPathExprNode

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.