Class XBooleanStatic

All Implemented Interfaces:
SourceLocator, ExpressionNode, XPathVisitable

public class XBooleanStatic extends XBoolean
This class doesn't have any XPathContext, so override whatever to ensure it works OK.
  • Constructor Details

    • XBooleanStatic

      public XBooleanStatic(boolean b)
      Construct a XBooleanStatic object.
      Parameters:
      b - The value of the object
  • Method Details

    • equals

      public boolean equals(XObject obj2)
      Tell if two objects are functionally equal.
      Overrides:
      equals in class XBoolean
      Parameters:
      obj2 - Object to compare this to
      Returns:
      True if this object is equal to the given object