Class IDDV
- 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.IDDV
-
public class IDDV extends TypeValidator
Represent the schema type "ID"- Version:
- $Id$
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., 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 IDDV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkExtraRules(Object value, ValidationContext context)
Object
getActualValue(String content, ValidationContext context)
short
getAllowedFacets()
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.TypeValidator
compare, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit, isIdentical
-
-
-
-
Method Detail
-
getAllowedFacets
public short getAllowedFacets()
- Specified by:
getAllowedFacets
in classTypeValidator
-
getActualValue
public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException
- Specified by:
getActualValue
in classTypeValidator
- Throws:
InvalidDatatypeValueException
-
checkExtraRules
public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException
- Overrides:
checkExtraRules
in classTypeValidator
- Throws:
InvalidDatatypeValueException
-
-