public static class AttentionExtension.Provider extends org.jivesoftware.smack.provider.ExtensionElementProvider<AttentionExtension>
ExtensionElementProvider for the AttentionExtension. As
Attention elements have no state/information other than the element name
and namespace, this implementation simply returns new instances of
AttentionExtension.| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
AttentionExtension |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
public AttentionExtension parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
parse in class org.jivesoftware.smack.provider.Provider<AttentionExtension>