aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/last/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/functions/last/index.html')
-rw-r--r--files/ko/web/xpath/functions/last/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/last/index.html b/files/ko/web/xpath/functions/last/index.html
new file mode 100644
index 0000000000..57cfd73c74
--- /dev/null
+++ b/files/ko/web/xpath/functions/last/index.html
@@ -0,0 +1,23 @@
+---
+title: last
+slug: Web/XPath/Functions/last
+tags:
+ - XSLT_Reference
+translation_of: Web/XPath/Functions/last
+---
+<p>{{ XsltRef() }}</p>
+<p><br>
+ <code>last</code> 함수는 식 평가 문맥(expression evaluation context)과 크기가 같은 숫자를 반환합니다.</p>
+<h3 id=".EA.B5.AC.EB.AC.B8" name=".EA.B5.AC.EB.AC.B8">구문</h3>
+<pre class="eval">last()
+</pre>
+<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>이 함수는 특정 노드가 노드 집합의 마지막 노드인지를 결정하기 위해 <a href="ko/XPath/Functions/position"> position()</a> 함수와 함께 자주 씁니다.</li>
+</ul>
+<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-last">XPath 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>