Uses of Class
org.jivesoftware.smack.parsing.SmackParsingException.RequiredAttributeMissingException
-
Packages that use SmackParsingException.RequiredAttributeMissingException Package Description org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.bytestreams.ibb.provider Providers for XEP-0047: In-Band Bytestreams. -
-
Uses of SmackParsingException.RequiredAttributeMissingException in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that throw SmackParsingException.RequiredAttributeMissingException Modifier and Type Method Description static UInt16ParserUtils. getRequiredUInt16Attribute(XmlPullParser parser, String name) -
Uses of SmackParsingException.RequiredAttributeMissingException in org.jivesoftware.smackx.bytestreams.ibb.provider
Methods in org.jivesoftware.smackx.bytestreams.ibb.provider that throw SmackParsingException.RequiredAttributeMissingException Modifier and Type Method Description DataPacketExtensionDataPacketProvider.PacketExtensionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-