XPath Boolean Operators
XPath Boolean Operators
A list of Boolean operators used in XPath:
Operator | Description |
---|---|
and | It specifies that both conditions must be satisfied. |
or | It specifies that any one of the condition must be satisfied. |
not() | It specifies function to check condition not to be satisfied. |