| Package | Description |
|---|---|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
T |
MultiFormatParser.parse(CharSequence text,
ParseLog status)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
default T |
ChronoParser.parse(CharSequence text,
ParseLog status)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
T |
ChronoFormatter.parse(CharSequence text,
ParseLog status) |
T |
MultiFormatParser.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes) |
T |
ChronoParser.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
T |
ChronoFormatter.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
static PlainDate |
Iso8601Format.parseDate(CharSequence iso,
ParseLog plog)
Parses given ISO-8601-compatible date string in basic or extended format.
|
Copyright © 2014–2017. All rights reserved.