public class DateTimeStampDV extends DateTimeDV
datatypeFactory, DAY, MONTH, YEAR
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
Constructor and Description |
---|
DateTimeStampDV() |
Modifier and Type | Method and Description |
---|---|
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
|
getXMLGregorianCalendar
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
checkExtraRules, getDataLength, getDigit, getFractionDigits, getPrecision, getTotalDigits, hasPrecision, isDigit
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:mmSchemaDateTimeException
- Invalid lexical representationCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.