aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/axes/descendant
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/axes/descendant')
-rw-r--r--files/ko/web/xpath/axes/descendant/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/ko/web/xpath/axes/descendant/index.html b/files/ko/web/xpath/axes/descendant/index.html
new file mode 100644
index 0000000000..b15d4e7f6d
--- /dev/null
+++ b/files/ko/web/xpath/axes/descendant/index.html
@@ -0,0 +1,6 @@
+---
+title: descendant
+slug: Web/XPath/Axes/descendant
+translation_of: Web/XPath/Axes/descendant
+---
+<p><code>descendant</code> 축은 문맥 노드의 모든 자식과 자식의 자식 따위를 나타냅니다. 속성과 이름공간 노드는 포함하지 않습니다. 속성 노드의 parent 축이 요소 노드이지만 속성 노드는 그 부모의 자식이 아닙니다.</p>