public abstract class AbstractDelayInformationProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<DelayInformation>
Constructor and Description |
---|
AbstractDelayInformationProvider() |
Modifier and Type | Method and Description |
---|---|
DelayInformation |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
protected abstract java.util.Date |
parseDate(java.lang.String string) |
public final DelayInformation parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
parse
in class org.jivesoftware.smack.provider.Provider<DelayInformation>
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
protected abstract java.util.Date parseDate(java.lang.String string) throws org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException