diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/xpath/axes/namespace | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/web/xpath/axes/namespace')
-rw-r--r-- | files/ko/web/xpath/axes/namespace/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/ko/web/xpath/axes/namespace/index.html b/files/ko/web/xpath/axes/namespace/index.html new file mode 100644 index 0000000000..fb0b9fff79 --- /dev/null +++ b/files/ko/web/xpath/axes/namespace/index.html @@ -0,0 +1,10 @@ +--- +title: namespace +slug: Web/XPath/Axes/namespace +translation_of: Web/XPath/Axes/namespace +--- +<p> + <i> + (지원 안 함)</i> +</p> +<p><code>namespace</code> 축은 문맥 노드 범위(scope) 안에 있는 모든 노드를 나타냅니다. 이 경우에, 문맥 노드는 요소 노드이어야 합니다.</p> |