Class IoTFieldsExtensionProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<IoTFieldsExtension>
-
- org.jivesoftware.smackx.iot.data.provider.IoTFieldsExtensionProvider
-
public class IoTFieldsExtensionProvider extends ExtensionElementProvider<IoTFieldsExtension>
-
-
Constructor Summary
Constructors Constructor Description IoTFieldsExtensionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTFieldsExtension
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
NodeElement
parseNode(XmlPullParser parser)
TimestampElement
parseTimestampElement(XmlPullParser parser)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
IoTFieldsExtensionProvider
public IoTFieldsExtensionProvider()
-
-
Method Detail
-
parse
public IoTFieldsExtension parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws java.io.IOException, XmlPullParserException, SmackParsingException.SmackTextParseException
- Specified by:
parse
in classProvider<IoTFieldsExtension>
- Throws:
java.io.IOException
XmlPullParserException
SmackParsingException.SmackTextParseException
-
parseNode
public NodeElement parseNode(XmlPullParser parser) throws XmlPullParserException, java.io.IOException, SmackParsingException.SmackTextParseException
- Throws:
XmlPullParserException
java.io.IOException
SmackParsingException.SmackTextParseException
-
parseTimestampElement
public TimestampElement parseTimestampElement(XmlPullParser parser) throws XmlPullParserException, java.io.IOException, SmackParsingException.SmackTextParseException
- Throws:
XmlPullParserException
java.io.IOException
SmackParsingException.SmackTextParseException
-
-