|
||||||||||
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
A representation of the CtrType datatype
Constructor Summary | |
CtrType()
|
Method Summary | |
abstract ResultSequence |
constructor(ResultSequence arg)
Used for constructor function. |
abstract java.lang.String |
type_name()
Retrieves the datatype's name |
Methods inherited from class org.ucl.xpath.types.AnyType |
string_type, string_value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CtrType()
Method Detail |
public abstract ResultSequence constructor(ResultSequence arg) throws DynamicError
arg
- Either an empty sequence or 1 atomic type
DynamicError
public abstract java.lang.String type_name()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |