From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/xpath/functions/boolean/index.html | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 files/ko/web/xpath/functions/boolean/index.html (limited to 'files/ko/web/xpath/functions/boolean') 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 +--- +

{{ XsltRef() }}

+

 

+

boolean 함수는 식을 평가하고 참이나 거짓을 반환합니다.

+

문법

+
boolean(expression )
+
+

인수

+
+
+ + + expression +
+
+ 평가하는 식. 식은 부울 뿐만 아니라 수와 노드 집합도 참조할 수 있습니다.
+
+

반환

+

+ + expression + 을 평가한 뒤 부울값 truefalse.

+

주의

+ +

정의

+

XPath 1.0 4.3

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf