java.lang.Object
org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
org.apache.jena.ext.xerces.impl.dv.xs.ListDV
Represent the schema list types
@xerces.internal
- Version:
- $Id: ListDV.java 725840 2008-12-11 22:19:06Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., 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
Modifier and TypeMethodDescriptiongetActualValue
(String content, ValidationContext context) short
int
getDataLength
(Object value) Methods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
checkExtraRules, compare, getDigit, getFractionDigits, getTotalDigits, isDigit, isIdentical
-
Constructor Details
-
ListDV
public ListDV()
-
-
Method Details
-
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
-
getDataLength
- Overrides:
getDataLength
in classTypeValidator
-