|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xpath.Expression
org.apache.xpath.objects.XObject
org.apache.xpath.objects.XBoolean
org.apache.xpath.objects.XBooleanStatic
public class XBooleanStatic
This class doesn't have any XPathContext, so override whatever to ensure it works OK.
| Field Summary | |
|---|---|
private boolean |
m_val
The value of the object. |
(package private) static long |
serialVersionUID
|
| Fields inherited from class org.apache.xpath.objects.XBoolean |
|---|
S_FALSE, S_TRUE |
| Fields inherited from class org.apache.xpath.objects.XObject |
|---|
CLASS_BOOLEAN, CLASS_NODESET, CLASS_NULL, CLASS_NUMBER, CLASS_RTREEFRAG, CLASS_STRING, CLASS_UNKNOWN, CLASS_UNRESOLVEDVARIABLE, m_obj |
| Constructor Summary | |
|---|---|
XBooleanStatic(boolean b)
Construct a XBooleanStatic object. |
|
| Method Summary | |
|---|---|
boolean |
equals(XObject obj2)
Tell if two objects are functionally equal. |
| Methods inherited from class org.apache.xpath.objects.XBoolean |
|---|
bool, getType, getTypeString, num, object, str |
| Methods inherited from class org.apache.xpath.objects.XObject |
|---|
allowDetachToRelease, appendToFsb, boolWithSideEffects, callVisitors, castToType, create, create, deepEquals, destruct, detach, dispatchCharactersEvents, error, error, execute, fixupVariables, getFresh, greaterThan, greaterThanOrEqual, iter, lessThan, lessThanOrEqual, mutableNodeset, nodelist, nodeset, notEquals, numWithSideEffects, reset, rtf, rtf, rtree, rtree, setObject, toString, xstr |
| Methods inherited from class org.apache.xpath.Expression |
|---|
asIterator, asIteratorRaw, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
private final boolean m_val
| Constructor Detail |
|---|
public XBooleanStatic(boolean b)
b - The value of the object| Method Detail |
|---|
public boolean equals(XObject obj2)
equals in class XBooleanobj2 - Object to compare to this
javax.xml.transform.TransformerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||