Class GeoLocationProvider.GeoLocationFormFieldChildElementProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<F>
-
- org.jivesoftware.smackx.xdata.provider.FormFieldChildElementProvider<GeoLocation>
-
- org.jivesoftware.smackx.geoloc.provider.GeoLocationProvider.GeoLocationFormFieldChildElementProvider
-
- Enclosing class:
- GeoLocationProvider
public static class GeoLocationProvider.GeoLocationFormFieldChildElementProvider extends FormFieldChildElementProvider<GeoLocation>
-
-
Field Summary
Fields Modifier and Type Field Description static GeoLocationProvider.GeoLocationFormFieldChildElementProviderINSTANCE
-
Constructor Summary
Constructors Constructor Description GeoLocationFormFieldChildElementProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.namespace.QNamegetQName()GeoLocationparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Field Detail
-
INSTANCE
public static final GeoLocationProvider.GeoLocationFormFieldChildElementProvider INSTANCE
-
-
Constructor Detail
-
GeoLocationFormFieldChildElementProvider
public GeoLocationFormFieldChildElementProvider()
-
-
Method Detail
-
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQNamein classFormFieldChildElementProvider<GeoLocation>
-
parse
public GeoLocation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException, SmackParsingException
- Specified by:
parsein classProvider<GeoLocation>- Throws:
XmlPullParserExceptionjava.io.IOExceptionSmackParsingException
-
-