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
-
public class DescriptionProvider extends FormFieldChildElementProvider<FormField.Description>
-
-
Constructor Summary
Constructors Constructor Description DescriptionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getQName()
FormField.Description
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
DescriptionProvider
public DescriptionProvider()
-
-
Method Detail
-
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
public QName getQName()
- Specified by:
getQName
in classFormFieldChildElementProvider<FormField.Description>
-
-