|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentHandler
Implementors provide functionality applicable during the parsing of an iCalendar data stream (e.g. building an object model).
Method Summary | |
---|---|
void |
endCalendar()
Triggers the end of handling a calendar. |
void |
endComponent(java.lang.String name)
Triggers the end of handling a component. |
void |
endProperty(java.lang.String name)
Triggers the end of handling a property. |
void |
parameter(java.lang.String name,
java.lang.String value)
Triggers the handling of a parameter. |
void |
propertyValue(java.lang.String value)
Triggers the handling of a property value. |
void |
startCalendar()
Triggers the start of handling a calendar. |
void |
startComponent(java.lang.String name)
Triggers the start of handling a component. |
void |
startProperty(java.lang.String name)
Triggers the start of handling a property. |
Method Detail |
---|
void startCalendar()
void endCalendar()
void startComponent(java.lang.String name)
void endComponent(java.lang.String name)
void startProperty(java.lang.String name)
void propertyValue(java.lang.String value) throws java.net.URISyntaxException, java.text.ParseException, java.io.IOException
java.net.URISyntaxException
java.text.ParseException
java.io.IOException
void endProperty(java.lang.String name)
void parameter(java.lang.String name, java.lang.String value) throws java.net.URISyntaxException
java.net.URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |