Class MUCParserUtils
java.lang.Object
org.jivesoftware.smackx.muc.provider.MUCParserUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DestroyparseDestroy(org.jivesoftware.smack.xml.XmlPullParser parser) static MUCItemparseItem(org.jivesoftware.smack.xml.XmlPullParser parser)
-
Constructor Details
-
MUCParserUtils
public MUCParserUtils()
-
-
Method Details
-
parseItem
public static MUCItem parseItem(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-
parseDestroy
public static Destroy parseDestroy(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-