Class DescriptionProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<F>
org.jivesoftware.smackx.xdata.provider.FormFieldChildElementProvider<FormField.Description>
org.jivesoftware.smackx.xdata.provider.DescriptionProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetQName()
parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
DescriptionProvider
public DescriptionProvider()
-
-
Method Details
-
parse
public FormField.Description parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException - Specified by:
parse
in classProvider<FormField.Description>
- Throws:
XmlPullParserException
IOException
-
getQName
- Specified by:
getQName
in classFormFieldChildElementProvider<FormField.Description>
-