java.lang.Object
org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
org.apache.jena.ext.xerces.impl.dv.xs.DecimalDV
org.apache.jena.ext.xerces.impl.dv.xs.IntegerDV
Represent the schema type "integer"
@xerces.internal
- Version:
- $Id: IntegerDV.java 446745 2006-09-15 21:43:58Z mrglavas $
- Author:
- Sandy Gao, IBM
-
Field Summary
Fields inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.DecimalDV
compare, getAllowedFacets, getFractionDigits, getTotalDigits
Methods inherited from class org.apache.jena.ext.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
-