Class OmemoDeviceListVAxolotlProvider


  • public class OmemoDeviceListVAxolotlProvider
    extends org.jivesoftware.smack.provider.ExtensionElementProvider<OmemoDeviceListElement_VAxolotl>
    Smack ExtensionProvider that parses OMEMO device list element into OmemoDeviceListElement objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OmemoDeviceListElement_VAxolotl parse​(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)  
      • Methods inherited from class org.jivesoftware.smack.provider.Provider

        parse, parse
      • Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

        getElementClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OmemoDeviceListVAxolotlProvider

        public OmemoDeviceListVAxolotlProvider()
    • Method Detail

      • parse

        public OmemoDeviceListElement_VAxolotl parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                                                     int initialDepth,
                                                     org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
                                              throws org.jivesoftware.smack.xml.XmlPullParserException,
                                                     java.io.IOException
        Specified by:
        parse in class org.jivesoftware.smack.provider.Provider<OmemoDeviceListElement_VAxolotl>
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException
        java.io.IOException