Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class DoubleLiteral extends org.eclipse.wst.xml.xpath2.processor.internal.ast.NumericLiteralThe value of a numeric literal containing an e or E character is an atomic value of type xs:double
Constructor Summary |
DoubleLiteral(double value) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.XSDouble | value() |
Constructor Detail |
public DoubleLiteral(double value)
Constructor for Doubleiteral
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.XSDouble value()
org.eclipse.wst.xml.xpath2.processor.internal.types.XSDouble
- xs:double value