Uses of Class
org.apache.xpath.objects.XBoolean

Packages that use XBoolean
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
 

Uses of XBoolean in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that return XBoolean
static XBoolean ExsltDatetime.leapYear()
          See above.
 

Uses of XBoolean in org.apache.xpath.objects
 

Subclasses of XBoolean in org.apache.xpath.objects
 class XBooleanStatic
          **For internal use only** This class doesn't have any XPathContext, so override whatever to ensure it works OK.
 

Fields in org.apache.xpath.objects declared as XBoolean
static XBoolean XBoolean.S_TRUE
          **For internal use only** A true boolean object so we don't have to keep creating them.
static XBoolean XBoolean.S_FALSE
          **For internal use only** A true boolean object so we don't have to keep creating them.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.