Uses of Class
org.apache.xpath.objects.XBoolean
-
Packages that use XBoolean Package Description 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.xpath.objects
Subclasses of XBoolean in org.apache.xpath.objects Modifier and Type Class Description classXBooleanStaticThis class doesn't have any XPathContext, so override whatever to ensure it works OK.Fields in org.apache.xpath.objects declared as XBoolean Modifier and Type Field Description static XBooleanXBoolean. S_FALSEA true boolean object so we don't have to keep creating them.static XBooleanXBoolean. S_TRUEA true boolean object so we don't have to keep creating them.
-