|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalendarParser
Implementors provide iCalendar parsing functionality.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 parsing
java.io.IOException - thrown when unable to read from the specified stream
ParserException - thrown if an error occurs during parsing
void 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 parsing
java.io.IOException - thrown when unable to read from the specified reader
ParserException - thrown if an error occurs during parsing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||