private class MailDateFormat.Rfc2822StrictParser extends MailDateFormat.AbstractDateParser
INVALID_CHAR, MAX_YEAR_DIGITS, pos, text| Constructor and Description |
|---|
Rfc2822StrictParser(java.lang.String text,
java.text.ParsePosition pos) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isMonthNameCaseSensitive() |
(package private) int |
parseDay() |
(package private) void |
parseFwsBetweenTimeOfDayAndZone() |
(package private) void |
parseFwsInMonth() |
(package private) int |
parseHour() |
(package private) int |
parseMinute() |
(package private) int |
parseMonth() |
(package private) int |
parseOptionalBegin() |
(package private) int |
parseSecond() |
(package private) int |
parseYear() |
(package private) int |
parseZone() |
(package private) java.util.Date |
tryParse() |
getAsciiDigit, getChar, isValidZoneOffset, parse, parseAsciiDigits, parseAsciiDigits, parseAsciiDigits, parseChar, parseDayName, parseFoldingWhiteSpace, parseMonthName, parseZoneOffset, peekAsciiDigit, peekChar, peekFoldingWhiteSpace, skipAlternative, skipAlternativePair, skipAlternativeTriple, skipChar, skipFoldingWhiteSpace, skipNewline, skipPair, skipWhiteSpaceRfc2822StrictParser(java.lang.String text,
java.text.ParsePosition pos)
java.util.Date tryParse()
throws java.text.ParseException
tryParse in class MailDateFormat.AbstractDateParserjava.text.ParseExceptionint parseOptionalBegin()
throws java.text.ParseException
java.text.ParseExceptionint parseDay()
throws java.text.ParseException
java.text.ParseExceptionint parseMonth()
throws java.text.ParseException
java.text.ParseExceptionvoid parseFwsInMonth()
throws java.text.ParseException
java.text.ParseExceptionboolean isMonthNameCaseSensitive()
int parseYear()
throws java.text.ParseException
java.text.ParseExceptionint parseHour()
throws java.text.ParseException
java.text.ParseExceptionint parseMinute()
throws java.text.ParseException
java.text.ParseExceptionint parseSecond()
throws java.text.ParseException
java.text.ParseExceptionvoid parseFwsBetweenTimeOfDayAndZone()
throws java.text.ParseException
java.text.ParseExceptionint parseZone()
throws java.text.ParseException
java.text.ParseException