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>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Field Summary
Modifier and TypeFieldDescription -
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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GeoLocationFormFieldChildElementProvider
-
-
Method Details
-
getQName
- Specified by:
getQName
in classFormFieldChildElementProvider<GeoLocation>
-
parse
public GeoLocation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException, ParseException - Specified by:
parse
in classProvider<GeoLocation>
- Throws:
XmlPullParserException
IOException
SmackParsingException
ParseException
-