Class GeoLocationProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<GeoLocation>
-
- org.jivesoftware.smackx.geoloc.provider.GeoLocationProvider
-
public class GeoLocationProvider extends ExtensionElementProvider<GeoLocation>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoLocationProvider.GeoLocationFormFieldChildElementProvider
-
Field Summary
Fields Modifier and Type Field Description static GeoLocationProvider
INSTANCE
-
Constructor Summary
Constructors Constructor Description GeoLocationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLocation
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Field Detail
-
INSTANCE
public static final GeoLocationProvider INSTANCE
-
-
Constructor Detail
-
GeoLocationProvider
public GeoLocationProvider()
-
-
Method Detail
-
parse
public GeoLocation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException.SmackTextParseException, SmackParsingException.SmackUriSyntaxParsingException
-
-