diff options
Diffstat (limited to 'files/ko/web/xpath/functions/not/index.html')
-rw-r--r-- | files/ko/web/xpath/functions/not/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/not/index.html b/files/ko/web/xpath/functions/not/index.html new file mode 100644 index 0000000000..f99f0d46c1 --- /dev/null +++ b/files/ko/web/xpath/functions/not/index.html @@ -0,0 +1,33 @@ +--- +title: not +slug: Web/XPath/Functions/not +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/not +--- +<p>{{ XsltRef() }}</p> +<p><br> + <code>not</code> 함수는 불린식을 평가하고 반대값을 반환합니다.</p> +<h3 id=".EA.B5.AC.EB.AC.B8" name=".EA.B5.AC.EB.AC.B8">구문</h3> +<pre class="eval">not(<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> + 식은 마치 <a href="ko/XPath/Functions/boolean"> boolean()</a> 함수에 인수로 넘겨진 것처럼 정확히 평가됩니다.</dd> +</dl> +<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3> +<p>false로 평가한 식은 true; true로 평가한 식은 false.</p> +<h3 id=".EC.A3.BC.EC.9D.98" name=".EC.A3.BC.EC.9D.98">주의</h3> +<ul> + <li>이 함수는 반대값을 반환하는 것을 빼고는 <a href="ko/XPath/Functions/boolean"> boolean()</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-not">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> |