|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.xalan.xpath.XObject | +--org.apache.xalan.xpath.XNumber
This class represents an XPath number, and is capable of converting the number to other types, such as a string.
Constructor Summary | |
XNumber(double d)
Construct a XNodeSet object. |
Method Summary | |
boolean |
bool()
Cast result object to a boolean. |
boolean |
equals(XObject obj2)
Tell if two objects are functionally equal. |
int |
getType()
Tell that this is a CLASS_NUMBER. |
java.lang.String |
getTypeString()
Given a request type, return the equivalent string. |
double |
num()
Cast result object to a number. |
java.lang.Object |
object()
Return a java object that's closes to the represenation that should be handed to an extension. |
java.lang.String |
str()
Cast result object to a string. |
Constructor Detail |
public XNumber(double d)
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, javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |