|
SASAX API - 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of date time information parser.
This works as parsing state object in date time information parsing.
This is re-designed between SASAX 1.2 and 1.3.
Method Summary | |
boolean |
accepts(char c)
Examine whether specified character is acceptable or not. |
DateTimeFormat.Parser |
parse(DateTimeInfo info,
char c)
Parse specified character. |
Method Detail |
public boolean accepts(char c)
This method is only for choice one parser
from multiple candidates before delegation of
parse(DateTimeInfo, char)
invocation.
c
- examination target characterpublic DateTimeFormat.Parser parse(DateTimeInfo info, char c)
info
- where parsing result is storedc
- parsing target character
|
SASAX API - 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |