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

TXPathMathOp

Identifies the binary Math Operators used in XPath expressions.

Declaration

Source position: laz2_xpath.pas line 151

type TXPathMathOp = (

  opAdd,

  

The Addition (+) operator.

  opSubtract,

  

The Subtraction (-) operator.

  opMultiply,

  

The Multiplication (*) operator.

  opDivide,

  

The Division (/) operator.

  opMod

  

The Modulus (mod) operator.

);

Description

Used in the implementation of the TXPathMathOpNode class.

See also

TXPathMathOpNode

  

Represents a Math Operation in an XPath expression.


Version 4.0 Generated 2025-05-03 Home