XPath is a syntax for "addressing" into a document.
They are "path expressions".
It allows you to expression things like:
The "para" child element of the "contents" element.
The next sibling of the "item" element.
The "item" element where the attribute "overbid" has value "true".
It is its own "mini standard" used by many specifications.