Package org.jaxen.expr
Interface NumberExpr
-
- All Superinterfaces:
Expr,java.io.Serializable
public interface NumberExpr extends Expr
Represents an XPath floating point literal. This is production 30 in the XPath 1.0 specification:[30] Number ::= Digits ('.' Digits?)? | '.' Digits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.NumbergetNumber()Returns ajava.lang.Doublerepresenting the number.
-