org.planx.xpath.object
Class XSimple
java.lang.Object
org.planx.xpath.expr.Expression
org.planx.xpath.object.XObject
org.planx.xpath.object.XSimple
- Direct Known Subclasses:
- XBoolean, XNumber, XString
public abstract class XSimple
- extends XObject
A simple, atomic type.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSimple
public XSimple()
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.