java.lang.Object
org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
org.apache.jena.ext.xerces.impl.dv.xs.AbstractDateTimeDV
org.apache.jena.ext.xerces.impl.dv.xs.TimeDV
Validator for <time> datatype (W3C Schema Datatypes)
@xerces.internal
- Version:
- $Id: TimeDV.java 937741 2010-04-25 04:25:46Z mrglavas $
- Author:
- Elena Litani, Gopal Sharma, SUN Microsystem Inc.
-
Field Summary
Fields inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActualValue
(String content) Convert a string to a compiled formMethods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.AbstractDateTimeDV
compare, getAllowedFacets
Methods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
getDigit, getFractionDigits, getTotalDigits, isDigit
-
Constructor Details
-
TimeDV
public TimeDV()
-
-
Method Details
-
getActualValue
Convert a string to a compiled form- Specified by:
getActualValue
in classTypeValidator
- Parameters:
content
- The lexical representation of time- Returns:
- a valid and normalized time object
- Throws:
InvalidDatatypeValueException
-