See: Description
| Interface | Description |
|---|---|
| CalendarParser |
$Id: CalendarParser.java,v 1.8 2008/12/16 12:34:54 fortuna Exp $
Created [Nov 5, 2004]
Implementors provide iCalendar parsing functionality.
|
| ContentHandler |
$Id: ContentHandler.java,v 1.8 2008/12/16 12:34:54 fortuna Exp $ [Nov 5,
2004]
Implementors provide functionality applicable during the parsing of an iCalendar data stream (e.g.
|
| Class | Description |
|---|---|
| AbstractOutputter |
$Id: AbstractOutputter.java,v 1.1 2008/12/28 15:00:45 fortuna Exp $
Created on 29/12/2008
|
| CalendarBuilder |
$Id: CalendarBuilder.java,v 1.34 2008/12/16 12:34:54 fortuna Exp $
Created: Apr 5, 2004
Parses and builds an iCalendar model from an input stream.
|
| CalendarOutputter |
$Id: CalendarOutputter.java,v 1.14 2008/12/28 15:00:45 fortuna Exp $ [Apr 5, 2004]
Writes an iCalendar model to an output stream.
|
| CalendarParserFactory |
$Id: CalendarParserFactory.java,v 1.4 2008/12/16 12:34:54 fortuna Exp $
Created on 08/02/2007
Provides access to the configured
CalendarParser instance. |
| CalendarParserImpl |
$Id: CalendarParserImpl.java,v 1.33 2008/12/20 08:58:13 fortuna Exp $
Created [Nov 5, 2004]
The default implementation of a calendar parser.
|
| DefaultCalendarParserFactory |
$Id: DefaultCalendarParserFactory.java,v 1.3 2008/12/16 12:34:54 fortuna Exp $
Created on 08/02/2007
Default factory implementation for calendar parsers.
|
| FoldingWriter |
$Id: FoldingWriter.java,v 1.15 2008/12/16 12:34:54 fortuna Exp $ [Apr 6, 2004]
A writer that performs iCalendar folding as it writes.
|
| HCalendarParser |
A
CalendarParser that parses XHTML documents that include
calendar data marked up with the hCalendar microformat. |
| HCalendarParserFactory |
$Id: HCalendarParserFactory.java,v 1.3 2008/12/16 12:34:54 fortuna Exp $
Created on 18/11/2007
|
| UnfoldingReader |
$Id: UnfoldingReader.java,v 1.27 2008/12/16 12:34:54 fortuna Exp $ [06-Apr-2004]
A reader which performs iCalendar unfolding as it reads.
|
| Exception | Description |
|---|---|
| ParserException |
$Id: ParserException.java,v 1.11 2008/12/20 08:58:34 fortuna Exp $ [Apr 5, 2004]
An exception thrown when an error occurs in parsing iCalendar data.
|