|
||||||||||
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.XSAnyURI
Represents a Universal Resource Identifier (URI) reference
Constructor Summary | |
XSAnyURI()
Arity 0 Constructor. |
|
XSAnyURI(java.lang.String x)
Arity 1 Constructor |
Method Summary | |
ResultSequence |
constructor(ResultSequence arg)
Creation of a result sequence consisting of a URI from a previous result sequence. |
java.lang.String |
string_type()
Retrieve full type pathname of this datatype |
java.lang.String |
string_value()
Transforms and retrieves the URI value of this URI datatype in String format |
java.lang.String |
type_name()
Retrieve type name of this datatype |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSAnyURI(java.lang.String x)
x
- String representation of the URIpublic XSAnyURI()
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 ResultSequence constructor(ResultSequence arg) throws DynamicError
constructor
in class CtrType
arg
- previous result sequence
DynamicError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |