Interface NumberExpr
- All Superinterfaces:
Expr, Serializable
- All Known Implementing Classes:
DefaultNumberExpr
Represents an XPath floating point literal. This is production 30 in the
XPath 1.0 specification:
[30] Number ::= Digits ('.' Digits?)?
| '.' Digits-
Method Summary
-
Method Details
-
getNumber
Number getNumber()Returns ajava.lang.Doublerepresenting the number.- Returns:
- a
java.lang.Doublerepresenting the number
-