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, skipWhiteSpace
Rfc2822StrictParser(java.lang.String text, java.text.ParsePosition pos)
java.util.Date tryParse() throws java.text.ParseException
tryParse
in class MailDateFormat.AbstractDateParser
java.text.ParseException
int parseOptionalBegin() throws java.text.ParseException
java.text.ParseException
int parseDay() throws java.text.ParseException
java.text.ParseException
int parseMonth() throws java.text.ParseException
java.text.ParseException
void parseFwsInMonth() throws java.text.ParseException
java.text.ParseException
boolean isMonthNameCaseSensitive()
int parseYear() throws java.text.ParseException
java.text.ParseException
int parseHour() throws java.text.ParseException
java.text.ParseException
int parseMinute() throws java.text.ParseException
java.text.ParseException
int parseSecond() throws java.text.ParseException
java.text.ParseException
void parseFwsBetweenTimeOfDayAndZone() throws java.text.ParseException
java.text.ParseException
int parseZone() throws java.text.ParseException
java.text.ParseException