Class CalendarParserImpl

  • All Implemented Interfaces:
    CalendarParser

    public class CalendarParserImpl
    extends Object
    implements CalendarParser
     $Id$
    
      Created [Nov 5, 2004]
     

    The default implementation of a calendar parser.

    • Constructor Detail

      • CalendarParserImpl

        public CalendarParserImpl()
    • Method Detail

      • parse

        public final void parse​(Reader in,
                                ContentHandler handler)
                         throws IOException,
                                ParserException
        Parse the iCalendar data from the specified reader.
        Specified by:
        parse in interface CalendarParser
        Parameters:
        in - a reader from which to read iCalendar data
        handler - the content handler to notify during parsing
        Throws:
        IOException - thrown when unable to read from the specified reader
        ParserException - thrown if an error occurs during parsing