Construct a XBooleanStatic object.paramb The value of the object super(b); m_val = b;
super(b); m_val = b;
Tell if two objects are functionally equal.paramobj2 Object to compare to thisreturnTrue if the two objects are equalthrowsjavax.xml.transform.TransformerException try { return m_val == obj2.bool(); } catch(javax.xml.transform.TransformerException te) { throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te); }
try { return m_val == obj2.bool(); } catch(javax.xml.transform.TransformerException te) { throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te); }