com.xml_project.morganaxdm
Class XS_AnyURI
java.lang.Object
com.xml_project.morganaxdm.XdmSequence
com.xml_project.morganaxdm.XdmItem
com.xml_project.morganaxdm.XdmValue
com.xml_project.morganaxdm.XS_AnySimpleType
com.xml_project.morganaxdm.XS_AnyAtomicType
com.xml_project.morganaxdm.XS_AnyURI
- All Implemented Interfaces:
- XS_AnyType, java.lang.Iterable<XdmItem>
public class XS_AnyURI
- extends XS_AnyAtomicType
Implementation of xs:anyURI
Field Summary |
static javax.xml.namespace.QName |
TypeName
|
Constructor Summary |
XS_AnyURI(java.net.URI u)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeName
public static final javax.xml.namespace.QName TypeName
XS_AnyURI
public XS_AnyURI(java.net.URI u)
getTypeName
public javax.xml.namespace.QName getTypeName()
getRestrictionBase
public static java.lang.Class<? extends XS_AnyType> getRestrictionBase()
getStringValue
public java.lang.String getStringValue()
- Description copied from class:
XdmItem
- Returns the string value.
- Specified by:
getStringValue
in class XdmItem
- Returns:
- the string value.
getValue
public java.lang.Object getValue()
- Description copied from class:
XdmItem
- Returns the value itself.
- Specified by:
getValue
in class XdmItem
- Returns:
- the value.
compareValues
public int compareValues(XS_AnySimpleType val,
com.xml_project.morganaxquery.configuration.Collation collation,
XS_dayTimeDuration implicitTimezone)
throws XPathException
- Specified by:
compareValues
in class XS_AnySimpleType
- Throws:
XPathException
isOrdered
public boolean isOrdered()
- Specified by:
isOrdered
in class XS_AnyAtomicType
getAsURI
public java.net.URI getAsURI()
throws XPathException
- Throws:
XPathException
isValidURI
public static boolean isValidURI(java.lang.String test)
makeXS_AnyURI
public static XS_AnyURI makeXS_AnyURI(java.lang.String resp)
throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
newInstance
public static XS_AnyURI newInstance(XdmValue value)
throws XPathException
- Throws:
XPathException