Uses of Class
org.htmlunit.xpath.objects.XBoolean
-
Packages that use XBoolean Package Description org.htmlunit.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.htmlunit.xpath.objects
Fields in org.htmlunit.xpath.objects declared as XBoolean Modifier and Type Field Description static XBoolean
XBoolean. S_FALSE
A true boolean object so we don't have to keep creating them.static XBoolean
XBoolean. S_TRUE
A true boolean object so we don't have to keep creating them.
-