org.apache.xpath.objects

Class XBooleanStatic

public class XBooleanStatic extends XBoolean

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

UNKNOWN: internal

Constructor Summary
XBooleanStatic(boolean b)
Construct a XBooleanStatic object.
Method Summary
booleanequals(XObject obj2)
Tell if two objects are functionally equal.

Constructor Detail

XBooleanStatic

public XBooleanStatic(boolean b)
Construct a XBooleanStatic object.

Parameters: b The value of the object

Method Detail

equals

public boolean equals(XObject obj2)
Tell if two objects are functionally equal.

Parameters: obj2 Object to compare to this

Returns: True if the two objects are equal

Throws: javax.xml.transform.TransformerException

Copyright B) 2005 Apache XML Project. All Rights Reserved.