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.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
public AttentionExtension parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth)
parse in class org.jivesoftware.smack.provider.Provider<AttentionExtension>