Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. XML: 확장가능한 마크업 언어
  3. XPath
  4. Reference
  5. Functions
  6. false

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

false

false 함수는 boolean false를 반환합니다.

구문

false()

반환

Booleanfalse.

주의

이 함수는 비교(comparison)하는 부분에 쓸모가 있습니다.

<xsl:if test="boolean((1 &gt; 2) = false())"> The expression evaluates as true</xsl:if>

정의

XPath 1.0 4.3

Gecko 지원

지원함.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp