Home | History | Annotate | Download | only in objects

Lines Matching refs:Number

28  * This class represents an XPath number, and is capable of
29 * converting the number to other types, such as a string.
57 public XNumber(Number num)
80 * @return type string "#NUMBER"
84 return "#NUMBER";
88 * Cast result object to a number.
98 * Evaluate expression to a number.
124 // * @return "NaN" if the number is NaN, Infinity or -Infinity if
125 // * the number is infinite or the string value of the number.
258 // // get the number of digits right of the decimal
274 * @return "NaN" if the number is NaN, Infinity or -Infinity if
275 * the number is infinite or the string value of the number.
416 * Tell if this expression returns a stable number that will not change during
421 * @return true if the expression represents a stable number.