Package org.apache.xpath.objects
Class XBooleanStatic
java.lang.Object
org.apache.xpath.Expression
org.apache.xpath.objects.XObject
org.apache.xpath.objects.XBoolean
org.apache.xpath.objects.XBooleanStatic
- All Implemented Interfaces:
Serializable,Cloneable,SourceLocator,ExpressionNode,XPathVisitable
public class XBooleanStatic extends XBoolean
This class doesn't have any XPathContext, so override
whatever to ensure it works OK.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.apache.xpath.objects.XObject
CLASS_BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN, CLASS_UNRESOLVEDVARIABLE, m_obj -
Constructor Summary
Constructors Constructor Description XBooleanStatic(boolean b)Construct a XBooleanStatic object. -
Method Summary
Methods inherited from class org.apache.xpath.objects.XBoolean
bool, getType, getTypeString, num, object, strMethods inherited from class org.apache.xpath.objects.XObject
allowDetachToRelease, appendToFsb, boolWithSideEffects, callVisitors, castToType, create, create, deepEquals, destruct, detach, dispatchCharactersEvents, error, error, execute, fixupVariables, getFresh, greaterThan, greaterThanOrEqual, iter, lessThan, lessThanOrEqual, mutableNodeset, nodelist, nodeset, notEquals, numWithSideEffects, reset, rtf, rtf, rtree, rtree, setObject, toString, xstrMethods inherited from class org.apache.xpath.Expression
asIterator, asIteratorRaw, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
-
Constructor Details
-
XBooleanStatic
public XBooleanStatic(boolean b)Construct a XBooleanStatic object.- Parameters:
b- The value of the object
-
-
Method Details
-
equals
Tell if two objects are functionally equal.- Overrides:
equalsin classXBoolean- Parameters:
obj2- Object to compare to this- Returns:
- True if the two objects are equal
- Throws:
TransformerException
-