XPath Axes

Matching exercise

For each description on the left, choose the axis which best matches the description. When they're all matched, press Check to see if you're right.
This axis always matches only one element.
This axis selects all the elements which come after the context element, and are children of the same parent.
This axis selects all elements which come before the context element in the document order.
This axis selects all elements which are contained by the context element.
This axis selects all elements which contain the context element.