Package org.apache.xerces.impl.dv.xs
Class IntegerDV
java.lang.Object
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.DecimalDV
org.apache.xerces.impl.dv.xs.IntegerDV
Represent the schema type "integer"
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- 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
Constructors -
Method Summary
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
-
Constructor Details
-
IntegerDV
public IntegerDV()
-
-
Method Details
-
getActualValue
public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException - Overrides:
getActualValue
in classDecimalDV
- Throws:
InvalidDatatypeValueException
-