|
||||||||||
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
org.ucl.xpath.types.XSNCName
A representation of the NCName datatype
Constructor Summary | |
XSNCName()
Initialises to null |
|
XSNCName(java.lang.String x)
Initialises using the supplied String |
Method Summary | |
ResultSequence |
constructor(ResultSequence arg)
Creates a new ResultSequence consisting of the extractable NCName within the supplied ResultSequence |
java.lang.String |
string_type()
Retrieves the datatype's full pathname |
java.lang.String |
type_name()
Retrieves the datatype's name |
Methods inherited from class org.ucl.xpath.types.XSString |
eq, gt, lt, string_value, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSNCName(java.lang.String x)
x
- String to be storedpublic XSNCName()
Method Detail |
public java.lang.String string_type()
string_type
in class XSString
public java.lang.String type_name()
type_name
in class XSString
public ResultSequence constructor(ResultSequence arg) throws DynamicError
constructor
in class XSString
arg
- The ResultSequence from which to extract the NCName
DynamicError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |