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