Uses of Class
net.time4j.format.expert.ParseLog
Package
Description
This package contains the expert-level format- and parse engine of Time4J.
Interval support.
-
Uses of ParseLog in net.time4j.format.expert
Modifier and TypeMethodDescriptionChronoFormatter.parse(CharSequence text, ParseLog status)
ChronoFormatter.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
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.ChronoParser.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
Interpretes given text as chronological entity starting at the specified position in parse log.MultiFormatParser.parse(CharSequence text, ParseLog status)
Interpretes given text as chronological entity starting at the specified position in parse log.MultiFormatParser.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
static PlainDate
Iso8601Format.parseDate(CharSequence iso, ParseLog plog)
Parses given ISO-8601-compatible date string in basic or extended format. -
Uses of ParseLog in net.time4j.range
Modifier and TypeMethodDescriptionstatic ClockInterval
ClockInterval.parse(CharSequence text, ChronoParser<PlainTime> startFormat, char separator, ChronoParser<PlainTime> endFormat, BracketPolicy policy, ParseLog status)
Interpretes given text as interval.static DateInterval
DateInterval.parse(CharSequence text, ChronoParser<PlainDate> startFormat, char separator, ChronoParser<PlainDate> endFormat, BracketPolicy policy, ParseLog status)
Interpretes given text as interval.static MomentInterval
MomentInterval.parse(CharSequence text, ChronoParser<Moment> startFormat, char separator, ChronoParser<Moment> endFormat, BracketPolicy policy, ParseLog status)
Interpretes given text as interval.static TimestampInterval
TimestampInterval.parse(CharSequence text, ChronoParser<PlainTimestamp> startFormat, char separator, ChronoParser<PlainTimestamp> endFormat, BracketPolicy policy, ParseLog status)
Interpretes given text as interval.