java.lang.Object
org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
org.apache.jena.ext.xerces.impl.dv.xs.IDREFDV
Represent the schema type "IDREF"
@xerces.internal
- Version:
- $Id: IDREFDV.java 446745 2006-09-15 21:43:58Z 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 TypeMethodDescriptionvoid
checkExtraRules
(Object value, ValidationContext context) getActualValue
(String content, ValidationContext context) short
Methods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
compare, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit, isIdentical
-
Constructor Details
-
IDREFDV
public IDREFDV()
-
-
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
-
checkExtraRules
public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException - Overrides:
checkExtraRules
in classTypeValidator
- Throws:
InvalidDatatypeValueException
-