|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
org.apache.xerces.impl.dv.xs.DateTimeDV
org.apache.xerces.impl.dv.xs.DateTimeStampDV
Validator for <dateTimeStamp> datatype (W3C Schema Datatypes)
Field Summary |
Fields inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV |
datatypeFactory, DAY, MONTH, YEAR |
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator |
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN |
Constructor Summary | |
DateTimeStampDV()
|
Method Summary | |
java.lang.Object |
getActualValue(java.lang.String content,
ValidationContext context)
|
protected org.apache.xerces.impl.dv.xs.AbstractDateTimeDV.DateTimeData |
parse(java.lang.String str,
boolean isXMLSchema11)
Parses, validates and computes normalized version of dateTime object |
Methods inherited from class org.apache.xerces.impl.dv.xs.DateTimeDV |
getXMLGregorianCalendar |
Methods inherited from class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV |
append, append, append2, compare, compareDates, compareOrder, dateToString, findUTCSign, fQuotient, fQuotient, getDate, getDuration, getFractionalSecondsAsBigDecimal, getTime, getTimeZone, getYearMonth, hasTimeZone, indexOf, isIdentical, isNextCharUTCSign, maxDayInMonthFor, mod, modulo, normalize, parseInt, parseIntYear, parseSecond, parseTimeZone, resetDateObj, saveUnnormalized, validateDateTime |
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator |
checkExtraRules, getDataLength, getDigit, getFractionDigits, getPrecision, getTotalDigits, hasPrecision, isDigit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DateTimeStampDV()
Method Detail |
public java.lang.Object getActualValue(java.lang.String content, ValidationContext context) throws InvalidDatatypeValueException
getActualValue
in class DateTimeDV
InvalidDatatypeValueException
protected org.apache.xerces.impl.dv.xs.AbstractDateTimeDV.DateTimeData parse(java.lang.String str, boolean isXMLSchema11) throws SchemaDateTimeException
DateTimeDV
parse
in class DateTimeDV
str
- The lexical representation of dateTime object CCYY-MM-DDThh:mm:ss.sss
with possible time zone Z or (-),(+)hh:mm
SchemaDateTimeException
- Invalid lexical representation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |