Uses of Class
jd.xml.xpath.object.XBoolean

Packages that use XBoolean
jd.xml.xpath.object Contains classes for the XPath objects, i.e. 
 

Uses of XBoolean in jd.xml.xpath.object
 

Fields in jd.xml.xpath.object declared as XBoolean
static XBoolean XBoolean.TRUE
          The XBoolean with value 'true'.
static XBoolean XBoolean.FALSE
          The XBoolean with value 'false'.
 

Methods in jd.xml.xpath.object that return XBoolean
static XBoolean XBoolean.getBoolean(boolean value)
          Get a XBoolean for the given primitive boolean value.