|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumberExpr
Represents an XPath floating point literal. This is production 30 in the XPath 1.0 specification:
[30] Number ::= Digits ('.' Digits?)?
| '.' Digits
| Method Summary | |
|---|---|
Number |
getNumber()
Returns a java.lang.Double representing the number. |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
| Method Detail |
|---|
Number getNumber()
java.lang.Double representing the number.
java.lang.Double representing the number
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||