cdqa.object
Class XString
java.lang.Object
cdqa.object.XObject
cdqa.object.XAtomic
cdqa.object.XString
public final class XString
- extends XAtomic
Methods inherited from class cdqa.object.XAtomic |
createDOMClone, fullText, getDocumentElement, getNodeName, getOwnerDocument, getParentNode, isAtomic, isDOM, pathTo, print, shortText |
Methods inherited from class cdqa.object.XObject |
asBoolean, asDouble, asInteger, asString, getFullText, getLabel, isEND, isFALSE, isTRUE, theENDObject, valueCompare |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wt1
static WordTokenizer wt1
wt2
static WordTokenizer wt2
getValue
public java.lang.String getValue()
getType
public short getType()
- Description copied from class:
XObject
- Returns the type of this object.
see the enumeration in XObject class
- Specified by:
getType
in class XObject
valueCompare
public boolean valueCompare(XObject o)
- Specified by:
valueCompare
in class XObject
booleanValue
boolean booleanValue()
throws CastException
- Specified by:
booleanValue
in class XObject
- Throws:
CastException
intValue
int intValue()
throws CastException
- Specified by:
intValue
in class XObject
- Throws:
CastException
doubleValue
double doubleValue()
throws CastException
- Specified by:
doubleValue
in class XObject
- Throws:
CastException
stringValue
public java.lang.String stringValue()
- Specified by:
stringValue
in class XObject
toUpperCase
public XString toUpperCase()
- NP
toLowerCase
public XString toLowerCase()
create
public static XString create(java.lang.String s)