org.planx.xpath.object
Class XSimple

java.lang.Object
  extended by org.planx.xpath.expr.Expression
      extended by org.planx.xpath.object.XObject
          extended by org.planx.xpath.object.XSimple
Direct Known Subclasses:
XBoolean, XNumber, XString

public abstract class XSimple
extends XObject

A simple, atomic type.


Constructor Summary
XSimple()
           
 
Method Summary
abstract  double doubleValue()
          Converts this XSimple to a double value.
abstract  String stringValue()
          Converts this XSimple to a string value.
 
Methods inherited from class org.planx.xpath.object.XObject
booleanValue, evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSimple

public XSimple()
Method Detail

doubleValue

public abstract double doubleValue()
Converts this XSimple to a double value.


stringValue

public abstract String stringValue()
Converts this XSimple to a string value.



Copyright © 2010. All Rights Reserved.