|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarParser | |
---|---|
net.fortuna.ical4j.data | Contains types providing RFC2445 input, output and parsing functionality. |
Uses of CalendarParser in net.fortuna.ical4j.data |
---|
Classes in net.fortuna.ical4j.data that implement CalendarParser | |
---|---|
class |
CalendarParserImpl
$Id$ Created [Nov 5, 2004] |
class |
HCalendarParser
A CalendarParser that parses XHTML documents that include calendar data marked up with the hCalendar
microformat. |
Methods in net.fortuna.ical4j.data that return CalendarParser | |
---|---|
CalendarParser |
HCalendarParserFactory.createParser()
Returns a new instance of the configured CalendarParser . |
CalendarParser |
DefaultCalendarParserFactory.createParser()
Returns a new instance of the configured CalendarParser . |
abstract CalendarParser |
CalendarParserFactory.createParser()
Returns a new instance of the configured CalendarParser . |
Constructors in net.fortuna.ical4j.data with parameters of type CalendarParser | |
---|---|
CalendarBuilder(CalendarParser parser)
Constructs a new calendar builder using the specified calendar parser. |
|
CalendarBuilder(CalendarParser parser,
PropertyFactoryRegistry propertyFactoryRegistry,
ParameterFactoryRegistry parameterFactoryRegistry,
TimeZoneRegistry tzRegistry)
|
|
CalendarBuilder(CalendarParser parser,
TimeZoneRegistry tzRegistry)
Constructs a new instance using the specified parser and registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |