穿越祖先

parent 轴仅包含节点的父节点。以下表达式通过绕过 body 元素来选择 html 元素:

/child::html/child::body/parent::html

..parent::node() 的捷径

ancestorancestor-or-self 轴遍历节点的所有祖先。以下表达式返回作为上下文节点的祖先的所有 div 元素:

ancestor::div