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