|
||||||||||
| 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: CalendarParserImpl.java,v 1.44 2011/02/20 03:12:32 fortuna Exp $ 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 | |
|---|---|
abstract CalendarParser |
CalendarParserFactory.createParser()
Returns a new instance of the configured CalendarParser. |
CalendarParser |
HCalendarParserFactory.createParser()
Returns a new instance of the configured CalendarParser. |
CalendarParser |
DefaultCalendarParserFactory.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 | |||||||||