|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.xs.TypeValidator org.apache.xerces.impl.dv.xs.AbstractDateTimeDV org.apache.xerces.impl.dv.xs.TimeDV
public class TimeDV
Validator for <time> datatype (W3C Schema Datatypes)
Field Summary |
---|
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator |
---|
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN |
Constructor Summary | |
---|---|
TimeDV()
|
Method Summary | |
---|---|
java.lang.Object |
getActualValue(java.lang.String content,
ValidationContext context)
Convert a string to a compiled form |
Methods inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV |
---|
compare, getAllowedFacets, isIdentical |
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator |
---|
checkExtraRules, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeDV()
Method Detail |
---|
public java.lang.Object getActualValue(java.lang.String content, ValidationContext context) throws InvalidDatatypeValueException
getActualValue
in class TypeValidator
content
- The lexical representation of time
InvalidDatatypeValueException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |