com.xml_project.morganaxdm
Class XS_NOTATION

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_NOTATION
All Implemented Interfaces:
XS_AnyType, java.lang.Iterable<XdmItem>

public abstract class XS_NOTATION
extends XS_AnyAtomicType

Abstract base class for xs:notation


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xml_project.morganaxdm.XS_AnyAtomicType
XS_AnyAtomicType.ValueComparers
 
Field Summary
 
Fields inherited from class com.xml_project.morganaxdm.XS_AnyAtomicType
TypeName
 
Constructor Summary
XS_NOTATION()
           
 
Method Summary
static java.lang.Class<? extends XS_AnyType> getRestrictionBase()
           
 
Methods inherited from class com.xml_project.morganaxdm.XS_AnyAtomicType
compareValue, isOrdered, makeCompareResult, test
 
Methods inherited from class com.xml_project.morganaxdm.XS_AnySimpleType
compareValues, compareValues, isValue
 
Methods inherited from class com.xml_project.morganaxdm.XdmValue
atomize
 
Methods inherited from class com.xml_project.morganaxdm.XdmItem
first, get, getStringValue, getValue, 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, toString, wait, wait, wait
 
Methods inherited from interface com.xml_project.morganaxdm.XS_AnyType
getTypeName
 

Constructor Detail

XS_NOTATION

public XS_NOTATION()
Method Detail

getRestrictionBase

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