Package | Description |
---|---|
biweekly |
Modifier and Type | Method and Description |
---|---|
static Biweekly.ParserChainXmlReader |
Biweekly.parseXml(File file)
Parses an xCal document (XML-encoded iCalendar objects) from a file.
|
static Biweekly.ParserChainXmlReader |
Biweekly.parseXml(InputStream in)
Parses an xCal document (XML-encoded iCalendar objects) from an input
stream.
|
static Biweekly.ParserChainXmlReader |
Biweekly.parseXml(Reader reader)
Parses an xCal document (XML-encoded iCalendar objects) from a reader.
|
Biweekly.ParserChainXmlReader |
Biweekly.ParserChainXmlReader.register(ICalComponentScribe<? extends ICalComponent> scribe) |
Biweekly.ParserChainXmlReader |
Biweekly.ParserChainXmlReader.register(ICalPropertyScribe<? extends ICalProperty> scribe) |
Biweekly.ParserChainXmlReader |
Biweekly.ParserChainXmlReader.warnings(List<List<String>> warnings) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.