Package org.jaxen.expr
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.Double
representing the number.- Returns:
- a
java.lang.Double
representing the number
-