org.apache.xalan.xpath
Class XBooleanStatic

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.


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
 

Constructor Detail

XBooleanStatic

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

equals

public boolean equals(XObject obj2)
               throws org.xml.sax.SAXException,
                      javax.xml.transform.TransformerException
Tell if two objects are functionally equal.
Overrides:
equals in class XBoolean


Copyright © 2000 Apache XML Project. All Rights Reserved.