From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/xpath/axes/descendant/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/ko/web/xpath/axes/descendant/index.html (limited to 'files/ko/web/xpath/axes/descendant') 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 +--- +

descendant 축은 문맥 노드의 모든 자식과 자식의 자식 따위를 나타냅니다. 속성과 이름공간 노드는 포함하지 않습니다. 속성 노드의 parent 축이 요소 노드이지만 속성 노드는 그 부모의 자식이 아닙니다.

-- cgit v1.2.3-54-g00ecf