aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/count/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/functions/count/index.html')
-rw-r--r--files/ko/web/xpath/functions/count/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/count/index.html b/files/ko/web/xpath/functions/count/index.html
new file mode 100644
index 0000000000..0bed0a6e26
--- /dev/null
+++ b/files/ko/web/xpath/functions/count/index.html
@@ -0,0 +1,29 @@
+---
+title: count
+slug: Web/XPath/Functions/count
+tags:
+ - XSLT_Reference
+translation_of: Web/XPath/Functions/count
+---
+<p>{{ XsltRef() }}</p>
+<p><br>
+ <code>count</code> 함수는 노드 집합의 노드 수를 세고 나서 정수로 반환합니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre class="eval">count(<i>node-set</i> )
+</pre>
+<h3 id=".EC.9D.B8.EC.88.98" name=".EC.9D.B8.EC.88.98">인수</h3>
+<dl>
+ <dt>
+ <code>
+ <i>
+ node-set</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.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3>
+<p><a class="external" href="http://www.w3.org/TR/xpath#function-count">1.0 4.1</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>