aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/boolean/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xpath/functions/boolean/index.html')
-rw-r--r--files/ko/web/xpath/functions/boolean/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/boolean/index.html b/files/ko/web/xpath/functions/boolean/index.html
new file mode 100644
index 0000000000..2259c3e313
--- /dev/null
+++ b/files/ko/web/xpath/functions/boolean/index.html
@@ -0,0 +1,39 @@
+---
+title: boolean
+slug: Web/XPath/Functions/boolean
+tags:
+ - XSLT_Reference
+translation_of: Web/XPath/Functions/boolean
+---
+<p>{{ XsltRef() }}</p>
+<p> </p>
+<p><code>boolean</code> 함수는 식을 평가하고 참이나 거짓을 반환합니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre class="eval">boolean(<i>expression</i> )
+</pre>
+<h3 id=".EC.9D.B8.EC.88.98" name=".EC.9D.B8.EC.88.98">인수</h3>
+<dl>
+ <dt>
+ <code>
+ <i>
+ expression</i>
+ </code></dt>
+ <dd>
+ 평가하는 식. 식은 부울 뿐만 아니라 수와 노드 집합도 참조할 수 있습니다.</dd>
+</dl>
+<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3>
+<p><code>
+ <i>
+ expression</i>
+ </code>을 평가한 뒤 부울값 <code>true</code>나 <code>false</code>.</p>
+<h3 id=".EC.A3.BC.EC.9D.98" name=".EC.A3.BC.EC.9D.98">주의</h3>
+<ul>
+ <li>수가 (+/-) 0이나 <code>NaN</code>이면 false로 평가합니다. 그렇지 않으면, true로 평가합니다.</li>
+ <li>노드 집합이 비어 있으면 true로 평가합니다.</li>
+ <li>문자열이 비어 있으면 false로 평가합니다. 그렇지 않으면, true로 평가합니다.</li>
+ <li>네 가지 기본 타입 이외의 타입 개체는 그 타입 나름의 방법으로 부울로 변환합니다.</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-boolean">XPath 1.0 4.3</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>