C - type of the MoodConcretisationpublic abstract class SimpleMoodConcretisationProvider<C extends MoodConcretisation> extends MoodConcretisationProvider<C>
MoodConcretisationProvider implementation, suitable for really simple MoodConcretisations,
that only consist of name and namespace. In such a case it is sufficient to just return an instance of the element
addressed by the element name and namespace, since no other values must be parsed.| Constructor and Description |
|---|
SimpleMoodConcretisationProvider() |
| Modifier and Type | Method and Description |
|---|---|
C |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
protected abstract C |
simpleExtension() |
public C parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws java.io.IOException, org.jivesoftware.smack.xml.XmlPullParserException
parse in class MoodConcretisationProvider<C extends MoodConcretisation>java.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionprotected abstract C simpleExtension()