Represents Boolean operators in an XPath expression.
Source position: laz2_xpath.pas line 181
type TXPathBooleanOp = (
opOr,
The OR operator.
opAnd
The AND operator.
);