com.xml_project.morganaxproc.xdm
Class XS_nonPositiveInteger

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_Numeric
                          extended by com.xml_project.morganaxproc.xdm.XS_Integer
                              extended by com.xml_project.morganaxproc.xdm.XS_nonPositiveInteger
All Implemented Interfaces:
XS_AnyType, Iterable<XdmItem>

public class XS_nonPositiveInteger
extends XS_Integer

Implementation of xs:nonPositiveInteger


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xml_project.morganaxproc.xdm.XS_Numeric
XS_Numeric.Functions, XS_Numeric.Operations
 
Nested classes/interfaces inherited from class com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
XS_AnyAtomicType.ValueComparers
 
Field Summary
static QName TypeName
           
 
Fields inherited from class com.xml_project.morganaxproc.xdm.XS_Integer
MINUS_ONE, ONE, ZERO
 
Method Summary
static Class<? extends XS_AnyType> getRestrictionBase()
           
 QName getTypeName()
           
static XS_nonPositiveInteger newInstance(XdmValue value)
           
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_Integer
arithmetic, canCast, compareValues, effectiveBooleanValue, function, getRawValue, getStringValue, getValue, isNaN, makeXS_Integer, makeXS_Integer, newInstance, newInstance
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_Numeric
compareValues, getPromotionClass, getPromotionClass, isOrdered, makeDouble, makeOperand, makeOperand, makeOperands, promoteTo
 
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
Method Detail

getTypeName

public QName getTypeName()
Specified by:
getTypeName in interface XS_AnyType
Overrides:
getTypeName in class XS_Integer

getRestrictionBase

public static Class<? extends XS_AnyType> getRestrictionBase()

newInstance

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