org.apache.xerces.impl.dv.xs
Class IntegerDV

java.lang.Object
  extended by org.apache.xerces.impl.dv.xs.TypeValidator
      extended by org.apache.xerces.impl.dv.xs.DecimalDV
          extended by org.apache.xerces.impl.dv.xs.IntegerDV

public class IntegerDV
extends DecimalDV

Represent the schema type "integer"

Version:
$Id: IntegerDV.java 446745 2006-09-15 21:43:58Z mrglavas $
Author:
Sandy Gao, IBM

Field Summary
 
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
 
Constructor Summary
IntegerDV()
           
 
Method Summary
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.DecimalDV
compare, getAllowedFacets, getFractionDigits, getTotalDigits
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, getDataLength, getDigit, isDigit, isIdentical
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerDV

public IntegerDV()
Method Detail

getActualValue

public java.lang.Object getActualValue(java.lang.String content,
                                       ValidationContext context)
                                throws InvalidDatatypeValueException
Overrides:
getActualValue in class DecimalDV
Throws:
InvalidDatatypeValueException