public interface CalendarParser
$Id$ Created [Nov 5, 2004]Implementors provide iCalendar parsing functionality.
| Modifier and Type | Method and Description |
|---|---|
void |
parse(java.io.InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream.
|
void |
parse(java.io.Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader.
|
void parse(java.io.InputStream in,
ContentHandler handler)
throws java.io.IOException,
ParserException
in - an input stream from which to read iCalendar datahandler - the content handler to notify during parsingjava.io.IOException - thrown when unable to read from the specified streamParserException - thrown if an error occurs during parsingvoid parse(java.io.Reader in,
ContentHandler handler)
throws java.io.IOException,
ParserException
in - a reader from which to read iCalendar datahandler - the content handler to notify during parsingjava.io.IOException - thrown when unable to read from the specified readerParserException - thrown if an error occurs during parsingCopyright © 2004-2015 Micronode. All Rights Reserved.