<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/fn.not.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>fn.not</api:function-name><api:suggest>fn.not</api:suggest><api:suggest>fn</api:suggest><api:function-link mode="xquery" fullname="fn:not">/apidoc/8.0/fn:not.xml</api:function-link><api:function mode="javascript" name="not" type="builtin" lib="fn" category="BooleanBuiltins" bucket="W3C-Standard Functions" hidden="false" prefix="fn" namespace="http://www.w3.org/2005/xpath-functions" fullname="fn.not"><api:summary>
  Returns <code xmlns="http://www.w3.org/1999/xhtml">true</code> if the
  effective boolean value is <code xmlns="http://www.w3.org/1999/xhtml">false</code>, and <code xmlns="http://www.w3.org/1999/xhtml">false</code>
  if the effective boolean value is <code xmlns="http://www.w3.org/1999/xhtml">true</code>.
  The <code xmlns="http://www.w3.org/1999/xhtml">$arg</code> parameter is first reduced to an effective
  boolean value by applying the <code xmlns="http://www.w3.org/1999/xhtml">fn:boolean</code> function.
</api:summary><api:params><api:param name="arg" type="item()*"><api:param-description>
  The expression to negate.
  </api:param-description><api:param-name>arg</api:param-name><api:param-type>ValueIterator</api:param-type></api:param></api:params><api:return>Boolean</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
fn.not(true)

=&gt; false
</pre></api:example><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
fn.not("false")

=&gt; false
</pre></api:example></api:function></api:function-page>