[1] 位置経路 (location path, 構文規則 LocationPath) は、 XPath の式の一種です。 位置経路は、文脈節から相対的に見て指定された節を選択します。 従って、位置経路式の評価結果は節集合となります。
LocationPath
位置経路 := 絶対位置経路 / 相対位置経路 ;; <http://www.w3.org/TR/xpath#NT-LocationPath>