|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xpath.XObject | +--org.apache.xalan.xpath.XBoolean
This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
Constructor Summary | |
XBoolean(boolean b)
Deprecated. Construct a XBoolean object. |
Method Summary | |
boolean |
bool()
Deprecated. Cast result object to a boolean. |
boolean |
equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
int |
getType()
Deprecated. Tell that this is a CLASS_BOOLEAN. |
java.lang.String |
getTypeString()
Deprecated. Given a request type, return the equivalent string. |
double |
num()
Deprecated. Cast result object to a number. |
java.lang.Object |
object()
Deprecated. Return a java object that's closes to the represenation that should be handed to an extension. |
java.lang.String |
str()
Deprecated. Cast result object to a string. |
Methods inherited from class org.apache.xalan.xpath.XObject |
castToType,
greaterThan,
greaterThanOrEqual,
lessThan,
lessThanOrEqual,
mutableNodeset,
nodeset,
notEquals,
rtree,
rtree,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public XBoolean(boolean b)
Method Detail |
public int getType()
public java.lang.String getTypeString()
public double num()
public boolean bool()
public java.lang.String str()
public java.lang.Object object()
public boolean equals(XObject obj2) throws org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |