Class MoodConcretisationProvider<C extends MoodConcretisation>
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<C>
-
- org.jivesoftware.smackx.mood.provider.MoodConcretisationProvider<C>
-
- Direct Known Subclasses:
SimpleMoodConcretisationProvider
public abstract class MoodConcretisationProvider<C extends MoodConcretisation> extends ExtensionElementProvider<C>
-
-
Constructor Summary
Constructors Constructor Description MoodConcretisationProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Cparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
MoodConcretisationProvider
public MoodConcretisationProvider()
-
-
Method Detail
-
parse
public abstract C parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws java.io.IOException, XmlPullParserException
- Specified by:
parsein classProvider<C extends MoodConcretisation>- Throws:
java.io.IOExceptionXmlPullParserException
-
-