Enhydra 3.1 API

org.apache.xalan.xpath
Class XBooleanStatic

java.lang.Object
  |
  +--org.apache.xalan.xpath.XObject
        |
        +--org.apache.xalan.xpath.XBoolean
              |
              +--org.apache.xalan.xpath.XBooleanStatic

public class XBooleanStatic
extends XBoolean

This class doesn't have any XPathSupport, so override whatever to ensure it works OK.

See Also:
Serialized Form

Fields inherited from class org.apache.xalan.xpath.XObject
CLASS_BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN, m_obj
 
Constructor Summary
XBooleanStatic(boolean b)
          Construct a XNodeSet object.
 
Method Summary
 boolean equals(XObject obj2)
          Tell if two objects are functionally equal.
 
Methods inherited from class org.apache.xalan.xpath.XBoolean
bool, getType, getTypeString, num, object, str
 
Methods inherited from class org.apache.xalan.xpath.XObject
castToType, error, error, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, mutableNodeset, nodeset, notEquals, rtree, rtree, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XBooleanStatic

public XBooleanStatic(boolean b)
Construct a XNodeSet object.
Method Detail

equals

public boolean equals(XObject obj2)
               throws SAXException
Tell if two objects are functionally equal.
Overrides:
equals in class XBoolean

Enhydra 3.1 API