Skip to main content

XPath Boolean Operators

XPath Boolean Operators

A list of Boolean operators used in XPath:

OperatorDescription
andIt specifies that both conditions must be satisfied.
orIt specifies that any one of the condition must be satisfied.
not()It specifies function to check condition not to be satisfied.

Table of Contents