XPath Axes
An axis defines a node-set relative to the current node.
AxisNameResult
ancestor
Selects all ancestors (parent, grandparent, etc.) of the current node
ancestor-or-self
Selects all ancestors (parent, grandparent, etc.) of the current node and the curre..