Class XBooleanStatic
java.lang.Object
org.loboevolution.apache.xpath.Expression
org.loboevolution.apache.xpath.objects.XObject
org.loboevolution.apache.xpath.objects.XBoolean
org.loboevolution.apache.xpath.objects.XBooleanStatic
- All Implemented Interfaces:
SourceLocator
,ExpressionNode
,XPathVisitable
This class doesn't have any XPathContext, so override whatever to ensure it works OK.
-
Field Summary
Fields inherited from class org.loboevolution.apache.xpath.objects.XObject
CLASS_BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN, m_obj
-
Constructor Summary
-
Method Summary
Methods inherited from class org.loboevolution.apache.xpath.objects.XBoolean
bool, getType, getTypeString, num, object, str
Methods inherited from class org.loboevolution.apache.xpath.objects.XObject
allowDetachToRelease, boolWithSideEffects, callVisitors, deepEquals, detach, error, error, execute, greaterThan, greaterThanOrEqual, iter, lessThan, lessThanOrEqual, mutableNodeset, nodelist, nodeset, notEquals, numWithSideEffects, setObject, toString, xstr
Methods inherited from class org.loboevolution.apache.xpath.Expression
asIterator, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num
-
Constructor Details
-
XBooleanStatic
public XBooleanStatic(boolean b) Construct a XBooleanStatic object.- Parameters:
b
- The value of the object
-
-
Method Details