XPath Operators
This lesson comprehensively discusses the operators that are provided by XPath.
We'll cover the following...
What is an XPath operator?
XPath operators are defined on nodes/elements, returning either a node-set, a string, a boolean, or a number, as shown in the example below.
HTML structure considered for demonstration
Let us consider the following HTML structure to learn about the different operators present in XPath:
<table>
...