Class GeoLocationProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<GeoLocation>
org.jivesoftware.smackx.geoloc.provider.GeoLocationProvider
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
GeoLocationProvider
public GeoLocationProvider() 
 - 
 - 
Method Details
- 
parse
public GeoLocation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException.SmackUriSyntaxParsingException, ParseException - Specified by:
 parsein classProvider<GeoLocation>- Throws:
 XmlPullParserExceptionIOExceptionSmackParsingException.SmackUriSyntaxParsingExceptionParseException
 
 -