com.xml_project.morganaxproc.xdm
Class XS_QName

java.lang.Object
  extended by com.xml_project.morganaxproc.xdm.XdmSequence
      extended by com.xml_project.morganaxproc.xdm.XdmItem
          extended by com.xml_project.morganaxproc.xdm.XdmValue
              extended by com.xml_project.morganaxproc.xdm.XS_AnySimpleType
                  extended by com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
                      extended by com.xml_project.morganaxproc.xdm.XS_QName
All Implemented Interfaces:
XS_AnyType, Iterable<XdmItem>

public class XS_QName
extends XS_AnyAtomicType

Implementation of xs:QName


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
XS_AnyAtomicType.ValueComparers
 
Field Summary
static QName TypeName
           
 
Constructor Summary
XS_QName(QName val)
           
 
Method Summary
 int compareValues(XS_AnySimpleType val, com.xml_project.morganaxproc.xquery.configuration.Collation collation, XS_dayTimeDuration implicitTimezone)
           
static Class<? extends XS_AnyType> getRestrictionBase()
           
 String getStringValue()
          Returns the string value.
 QName getTypeName()
           
 QName getValue()
          Returns the value itself.
 boolean isOrdered()
           
static XS_QName makeQName(String name, StaticXQueryContext context)
           
static XS_QName newInstance(XdmValue value, StaticXQueryContext context)
           
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
compareValue, makeCompareResult, test
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_AnySimpleType
compareValues, isValue
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmValue
atomize
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmItem
first, get, hasValues, isEmpty, iterator, size, subSequence
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmSequence
concat, hasCommonType, normalize, serialize, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TypeName

public static final QName TypeName
Constructor Detail

XS_QName

public XS_QName(QName val)
Method Detail

getTypeName

public QName getTypeName()

getStringValue

public String getStringValue()
Description copied from class: XdmItem
Returns the string value.

Specified by:
getStringValue in class XdmItem
Returns:
the string value.

isOrdered

public boolean isOrdered()
Specified by:
isOrdered in class XS_AnyAtomicType

getValue

public QName getValue()
Description copied from class: XdmItem
Returns the value itself.

Specified by:
getValue in class XdmItem
Returns:
the value.

getRestrictionBase

public static Class<? extends XS_AnyType> getRestrictionBase()

compareValues

public int compareValues(XS_AnySimpleType val,
                         com.xml_project.morganaxproc.xquery.configuration.Collation collation,
                         XS_dayTimeDuration implicitTimezone)
Specified by:
compareValues in class XS_AnySimpleType

newInstance

public static XS_QName newInstance(XdmValue value,
                                   StaticXQueryContext context)
                            throws XPathException
Throws:
XPathException

makeQName

public static XS_QName makeQName(String name,
                                 StaticXQueryContext context)