|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICalendar | |
---|---|
biweekly | |
biweekly.component.marshaller | |
biweekly.io.json | |
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()
|
ICalendar |
Biweekly.ParserChainJsonString.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()
|
List<ICalendar> |
Biweekly.ParserChainJsonString.all()
|
Methods in biweekly with parameters of type ICalendar | |
---|---|
static Biweekly.WriterChainText |
Biweekly.write(ICalendar... icals)
Writes multiple iCalendar objects to a data stream. |
static Biweekly.WriterChainJson |
Biweekly.writeJson(ICalendar... icals)
Writes an xCal document (XML-encoded iCalendar objects). |
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.WriterChainText |
Biweekly.write(Collection<ICalendar> icals)
Writes multiple iCalendar objects to a data stream. |
static Biweekly.WriterChainJson |
Biweekly.writeJson(Collection<ICalendar> icals)
Writes an xCal document (XML-encoded iCalendar objects). |
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.json |
---|
Methods in biweekly.io.json that return ICalendar | |
---|---|
ICalendar |
JCalReader.readNext()
Reads the next iCalendar object from the JSON data stream. |
Methods in biweekly.io.json with parameters of type ICalendar | |
---|---|
void |
JCalWriter.write(ICalendar ical)
Writes an iCalendar object to the data stream. |
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 iCalendar object 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |