|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.types.AnyType
org.ucl.xpath.types.AnySimpleType
org.ucl.xpath.types.AnyAtomicType
org.ucl.xpath.types.CtrType
org.ucl.xpath.types.XSString
A representation of the String datatype
Constructor Summary | |
XSString()
Initialises to null |
|
XSString(java.lang.String x)
Initialises using the supplied String |
Method Summary | |
ResultSequence |
constructor(ResultSequence arg)
Creates a new ResultSequence consisting of the extractable String in the supplied ResultSequence |
boolean |
eq(AnyType arg)
Equality comparison between this and the supplied representation which must be of type String |
boolean |
gt(AnyType arg)
Comparison between this and the supplied representation which must be of type String |
boolean |
lt(AnyType arg)
Comparison between this and the supplied representation which must be of type String |
java.lang.String |
string_type()
Retrieves the datatype's full pathname |
java.lang.String |
string_value()
Retrieves a String representation of the string stored. |
java.lang.String |
type_name()
Retrieves the datatype's name |
java.lang.String |
value()
Retrieves a String representation of the string stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSString(java.lang.String x)
x
- The String to initialise topublic XSString()
Method Detail |
public java.lang.String string_type()
string_type
in class AnyType
public java.lang.String type_name()
type_name
in class CtrType
public java.lang.String string_value()
string_value
in class AnyType
public java.lang.String value()
public ResultSequence constructor(ResultSequence arg) throws DynamicError
constructor
in class CtrType
arg
- The ResultSequence from which to extract the String
DynamicError
public boolean eq(AnyType arg) throws DynamicError
eq
in interface CmpEq
arg
- The representation to compare with
DynamicError
public boolean gt(AnyType arg) throws DynamicError
gt
in interface CmpGt
arg
- The representation to compare with
DynamicError
public boolean lt(AnyType arg) throws DynamicError
lt
in interface CmpLt
arg
- The representation to compare with
DynamicError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |