Uses of Class
biweekly.ICalendar

Packages that use ICalendar
biweekly   
biweekly.component.marshaller   
biweekly.io.text   
biweekly.io.xml   
 

Uses of ICalendar in biweekly
 

Methods in biweekly that return ICalendar
 ICalendar Biweekly.ParserChainTextString.first()
           
 ICalendar Biweekly.ParserChainXmlString.first()
           
 ICalendar Biweekly.ParserChainXmlDocument.first()
           
 

Methods in biweekly that return types with arguments of type ICalendar
 List<ICalendar> Biweekly.ParserChainTextString.all()
           
 List<ICalendar> Biweekly.ParserChainXmlString.all()
           
 List<ICalendar> Biweekly.ParserChainXmlDocument.all()
           
 

Methods in biweekly with parameters of type ICalendar
static Biweekly.WriterChainTextMulti Biweekly.write(ICalendar... icals)
          Writes multiple iCalendar objects to a data stream.
static Biweekly.WriterChainTextSingle Biweekly.write(ICalendar ical)
          Writes an iCalendar object to a data stream.
static Biweekly.WriterChainXml Biweekly.writeXml(ICalendar... icals)
          Writes an xCal document (XML-encoded iCalendar objects).
 

Method parameters in biweekly with type arguments of type ICalendar
static Biweekly.WriterChainTextMulti Biweekly.write(Collection<ICalendar> icals)
          Writes multiple iCalendar objects to a data stream.
static Biweekly.WriterChainXml Biweekly.writeXml(Collection<ICalendar> icals)
          Writes an xCal document (XML-encoded iCalendar objects).
 

Uses of ICalendar in biweekly.component.marshaller
 

Methods in biweekly.component.marshaller that return ICalendar
protected  ICalendar ICalendarMarshaller._newInstance()
           
 

Uses of ICalendar in biweekly.io.text
 

Methods in biweekly.io.text that return ICalendar
 ICalendar ICalReader.readNext()
          Reads the next iCalendar object.
 

Methods in biweekly.io.text with parameters of type ICalendar
 void ICalWriter.write(ICalendar ical)
          Writes an iCal to the data stream.
 

Uses of ICalendar in biweekly.io.xml
 

Methods in biweekly.io.xml that return ICalendar
 ICalendar XCalDocument.parseFirst()
          Parses the first ICalendar object from the xCal document.
 

Methods in biweekly.io.xml that return types with arguments of type ICalendar
 List<ICalendar> XCalDocument.parseAll()
          Parses all the ICalendar objects from the xCal document.
 

Methods in biweekly.io.xml with parameters of type ICalendar
 void XCalDocument.add(ICalendar ical)
          Adds an iCalendar object to the xCal document.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.