Class IntegerDV
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.TypeValidator
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.DecimalDV
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.IntegerDV
-
public class IntegerDV extends DecimalDV
Represent the schema type "integer"- Version:
- $Id$
- Author:
- Sandy Gao, IBM
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
-
-
Constructor Summary
Constructors Constructor Description IntegerDV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getActualValue(String content, ValidationContext context)
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.DecimalDV
compare, getAllowedFacets, getFractionDigits, getTotalDigits
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, getDataLength, getDigit, isDigit, isIdentical
-
-
-
-
Method Detail
-
getActualValue
public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException
- Overrides:
getActualValue
in classDecimalDV
- Throws:
InvalidDatatypeValueException
-
-