diff options
Diffstat (limited to 'files/ja/web/xpath/axes/following')
-rw-r--r-- | files/ja/web/xpath/axes/following/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/ja/web/xpath/axes/following/index.html b/files/ja/web/xpath/axes/following/index.html new file mode 100644 index 0000000000..73d3dc3958 --- /dev/null +++ b/files/ja/web/xpath/axes/following/index.html @@ -0,0 +1,9 @@ +--- +title: following +slug: Web/XPath/Axes/following +tags: + - Axe + - XPath +translation_of: Web/XPath/Axes/following +--- +<p><code>following</code>軸は、<code>descendant</code>ノード、<code>attribute</code>ノード、および<code>namespace</code>ノードを除き、コンテキストノードの後に表示されるすべてのノードを示します。</p> |