public abstract class AbstractDelayInformationProvider extends ExtensionElementProvider<DelayInformation>
Constructor and Description |
---|
AbstractDelayInformationProvider() |
Modifier and Type | Method and Description |
---|---|
DelayInformation |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
protected abstract Date |
parseDate(String string) |
public AbstractDelayInformationProvider()
public final DelayInformation parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, IOException, SmackException
parse
in class Provider<DelayInformation>
org.xmlpull.v1.XmlPullParserException
IOException
SmackException
protected abstract Date parseDate(String string) throws ParseException
ParseException