The self
axis refers to
the context node. It's sometimes useful when making relative
links.
For example,
/self::node()
/child::*
or, in this example,
/child::FAMILYTREE
.)It can abbreviated by a single period.
This axis is rarely used in XPointers. It's more useful for XSLT select expressions.