public class ContentHandlerImpl extends Object implements net.fortuna.ical4j.data.ContentHandler
| Constructor and Description |
|---|
ContentHandlerImpl(BuildState bs) |
| Modifier and Type | Method and Description |
|---|---|
void |
endCalendar() |
void |
endComponent(String name) |
void |
endProperty(String name) |
void |
parameter(String name,
String value) |
void |
propertyValue(String value) |
void |
startCalendar() |
void |
startComponent(String name) |
void |
startProperty(String name) |
public ContentHandlerImpl(BuildState bs)
bs - the statepublic void endCalendar()
endCalendar in interface net.fortuna.ical4j.data.ContentHandlerpublic void endComponent(String name)
endComponent in interface net.fortuna.ical4j.data.ContentHandlerpublic void endProperty(String name)
endProperty in interface net.fortuna.ical4j.data.ContentHandlerpublic void parameter(String name, String value) throws URISyntaxException
parameter in interface net.fortuna.ical4j.data.ContentHandlerURISyntaxExceptionpublic void propertyValue(String value) throws URISyntaxException, ParseException, IOException
propertyValue in interface net.fortuna.ical4j.data.ContentHandlerURISyntaxExceptionParseExceptionIOExceptionpublic void startCalendar()
startCalendar in interface net.fortuna.ical4j.data.ContentHandlerpublic void startComponent(String name)
startComponent in interface net.fortuna.ical4j.data.ContentHandlerpublic void startProperty(String name)
startProperty in interface net.fortuna.ical4j.data.ContentHandlerCopyright © 2016 Bedework. All rights reserved.