Class XBooleanStatic

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, javax.xml.transform.SourceLocator, ExpressionNode, XPathVisitable

    public class XBooleanStatic
    extends XBoolean
    This class doesn't have any XPathContext, so override whatever to ensure it works OK.
    See Also:
    Serialized Form
    • 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.
        Overrides:
        equals in class XBoolean
        Parameters:
        obj2 - Object to compare to this
        Returns:
        True if the two objects are equal
        Throws:
        javax.xml.transform.TransformerException