org.apache.xpath.objects
Class XBooleanStatic
- Cloneable, Serializable, ExpressionNode, SourceLocator, XPathVisitable
public class XBooleanStatic
This class doesn't have any XPathContext, so override
whatever to ensure it works OK.
- Serialized Form
boolean | equals(XObject obj2) - Tell if two objects are functionally equal.
|
allowDetachToRelease , appendToFsb , bool , boolWithSideEffects , callVisitors , castToType , create , create , deepEquals , destruct , detach , dispatchCharactersEvents , equals , execute , fixupVariables , getFresh , getType , getTypeString , greaterThan , greaterThanOrEqual , iter , lessThan , lessThanOrEqual , mutableNodeset , nodelist , nodeset , notEquals , num , numWithSideEffects , object , reset , rtf , rtf , rtree , rtree , str , toString , xstr |
asIterator , asIteratorRaw , asNode , assertion , bool , canTraverseOutsideSubtree , deepEquals , error , execute , execute , execute , execute , executeCharsToContentHandler , exprAddChild , exprGetChild , exprGetNumChildren , exprGetParent , exprSetParent , fixupVariables , getColumnNumber , getExpressionOwner , getLineNumber , getPublicId , getSystemId , isNodesetExpr , isStableNumber , num , warn , xstr |
XBooleanStatic
public XBooleanStatic(boolean b)
Construct a XBooleanStatic object.
b
- The value of the object
equals
public boolean equals(XObject obj2)
Tell if two objects are functionally equal.
- equals in interface XBoolean
obj2
- Object to compare to this
- True if the two objects are equal
Copyright B) 2004 Apache XML Project. All Rights Reserved.