[Overview][Types][Classes][Procedures and functions][Index] |
Identifies the binary Math Operators used in XPath expressions.
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. |
); |
Used in the implementation of the TXPathMathOpNode class.
|
Represents a Math Operation in an XPath expression. |
Version 4.0 | Generated 2025-05-03 | Home |