public abstract class AbstractDelayInformationProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<DelayInformation>
| Constructor and Description |
|---|
AbstractDelayInformationProvider() |
| Modifier and Type | Method and Description |
|---|---|
DelayInformation |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
protected abstract java.util.Date |
parseDate(java.lang.String string) |
public final DelayInformation parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.SmackException
parse in class org.jivesoftware.smack.provider.Provider<DelayInformation>org.xmlpull.v1.XmlPullParserExceptionjava.io.IOExceptionorg.jivesoftware.smack.SmackExceptionprotected abstract java.util.Date parseDate(java.lang.String string)
throws java.text.ParseException
java.text.ParseException