org.ucl.xpath.ast
Class NumericLiteral

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.PrimaryExpr
          extended byorg.ucl.xpath.ast.Literal
              extended byorg.ucl.xpath.ast.NumericLiteral
Direct Known Subclasses:
DecimalLiteral, DoubleLiteral, IntegerLiteral

public abstract class NumericLiteral
extends Literal

NumericLiteral is a value of typpe xs:integer, xs:decimal or xs:double


Constructor Summary
NumericLiteral()
           
 
Methods inherited from class org.ucl.xpath.ast.XPathNode
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericLiteral

public NumericLiteral()