aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/key/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/functions/key/index.html')
-rw-r--r--files/ko/web/xpath/functions/key/index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/key/index.html b/files/ko/web/xpath/functions/key/index.html
new file mode 100644
index 0000000000..6441db02de
--- /dev/null
+++ b/files/ko/web/xpath/functions/key/index.html
@@ -0,0 +1,43 @@
+---
+title: key
+slug: Web/XPath/Functions/key
+tags:
+ - XSLT_Reference
+translation_of: Web/XPath/Functions/key
+---
+<p>{{ XsltRef() }}</p>
+<p><br>
+ <code>key</code> 함수는 인수로 준 키와 값을 갖는 노드 집합을 반환합니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre class="eval">key(<i>keyname</i> ,<i>value</i> )
+</pre>
+<h3 id=".EC.9D.B8.EC.88.98" name=".EC.9D.B8.EC.88.98">인수</h3>
+<dl>
+ <dt>
+ <code>
+ <i>
+ keyname</i>
+ </code></dt>
+ <dd>
+ 사용할 <code><a href="ko/XSLT/key"> xsl:key</a></code> 요소의 이름을 포함하는 문자열</dd>
+</dl>
+<dl>
+ <dt>
+ <code>
+ <i>
+ value</i>
+ </code></dt>
+ <dd>
+ 반환되는 노드 집합은 제공한 키와 이 값을 갖는 각 노드를 포함합니다.</dd>
+</dl>
+<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3>
+<p>노드 집합.</p>
+<h3 id=".EC.A3.BC.EC.9D.98" name=".EC.A3.BC.EC.9D.98">주의</h3>
+<ul>
+ <li><code><a href="ko/XSLT/key">xsl:key</a></code> 요소는 키와 일치하는데 쓰는 제공한 요소의 속성을 정의합니다.</li>
+</ul>
+<p>이 함수는 XPath에 더한 XSLT 고유 추가분입니다. 기본 XPath 함수 라이브러리의 일부가 아닙니다.</p>
+<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3>
+<p><a class="external" href="http://www.w3.org/TR/xslt#function-key">XSLT 1.0 12.2</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>