XPath axes
| Name | Return value |
| child | Children |
| parent | Direct ancestor |
| descendant(-or-self) | Descendants (plus current node) |
| ancestor(-or-self) | Ancestors (plus current node) |
| following | All nodes following the current one in the document |
| preceding | All nodes preceding the current one in |
| following-sibling | Following siblings of the current node |
| preceding-sibling | Preceding siblings of the current node |
| attribute | Attributes of an element |
| namespace | Namespace node of the current element |
| self | Current node |

