com.xml_project.morganaxdm
Class XS_NMTOKEN

java.lang.Object
  extended by com.xml_project.morganaxdm.XdmSequence
      extended by com.xml_project.morganaxdm.XdmItem
          extended by com.xml_project.morganaxdm.XdmValue
              extended by com.xml_project.morganaxdm.XS_AnySimpleType
                  extended by com.xml_project.morganaxdm.XS_AnyAtomicType
                      extended by com.xml_project.morganaxdm.XS_String
                          extended by com.xml_project.morganaxdm.XS_NormalizedString
                              extended by com.xml_project.morganaxdm.XS_Token
                                  extended by com.xml_project.morganaxdm.XS_NMTOKEN
All Implemented Interfaces:
XS_AnyType, java.lang.Iterable<XdmItem>

public class XS_NMTOKEN
extends XS_Token

Implementation of xs:NMToken


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xml_project.morganaxdm.XS_AnyAtomicType
XS_AnyAtomicType.ValueComparers
 
Field Summary
static javax.xml.namespace.QName TypeName
           
 
Fields inherited from class com.xml_project.morganaxdm.XS_String
EMPTY_STRING
 
Constructor Summary
protected XS_NMTOKEN(java.lang.String s)
           
 
Method Summary
static java.lang.Class<? extends XS_AnyType> getRestrictionBase()
           
 javax.xml.namespace.QName getTypeName()
           
static XS_NMTOKEN newInstance(XdmValue value)
           
 
Methods inherited from class com.xml_project.morganaxdm.XS_Token
makeXS_Token
 
Methods inherited from class com.xml_project.morganaxdm.XS_NormalizedString
makeNormalizedString
 
Methods inherited from class com.xml_project.morganaxdm.XS_String
compareValues, fromCodepoints, getStringLength, getStringValue, getValue, isOrdered, toCodepoints, toString
 
Methods inherited from class com.xml_project.morganaxdm.XS_AnyAtomicType
compareValue, makeCompareResult, test
 
Methods inherited from class com.xml_project.morganaxdm.XS_AnySimpleType
compareValues, isValue
 
Methods inherited from class com.xml_project.morganaxdm.XdmValue
atomize
 
Methods inherited from class com.xml_project.morganaxdm.XdmItem
first, get, hasValues, isEmpty, iterator, size, subSequence
 
Methods inherited from class com.xml_project.morganaxdm.XdmSequence
concat, hasCommonType, normalize, serialize, serialize, serialize, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TypeName

public static final javax.xml.namespace.QName TypeName
Constructor Detail

XS_NMTOKEN

protected XS_NMTOKEN(java.lang.String s)
Method Detail

getTypeName

public javax.xml.namespace.QName getTypeName()
Specified by:
getTypeName in interface XS_AnyType
Overrides:
getTypeName in class XS_Token

getRestrictionBase

public static java.lang.Class<? extends XS_AnyType> getRestrictionBase()

newInstance

public static XS_NMTOKEN newInstance(XdmValue value)
                              throws XPathException
Throws:
XPathException