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 org.jivesoftware.smack.provider.ExtensionElementProvider<IoTFieldsExtension>
-
-
Constructor Summary
Constructors Constructor Description IoTFieldsExtensionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTFieldsExtensionparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)NodeElementparseNode(org.jivesoftware.smack.xml.XmlPullParser parser)TimestampElementparseTimestampElement(org.jivesoftware.smack.xml.XmlPullParser parser)
-
-
-
Method Detail
-
parse
public IoTFieldsExtension parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws java.io.IOException, org.jivesoftware.smack.xml.XmlPullParserException, org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
- Specified by:
parsein classorg.jivesoftware.smack.provider.Provider<IoTFieldsExtension>- Throws:
java.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionorg.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
-
parseNode
public NodeElement parseNode(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionorg.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
-
parseTimestampElement
public TimestampElement parseTimestampElement(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionorg.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
-
-