public class PrivacyProvider extends java.lang.Object implements IQProvider
Privacy packets. Privacy
Parses the query sub-document and creates an instance of Privacy.
For each item in the list element, it creates an instance
of PrivacyItem.| Constructor and Description |
|---|
PrivacyProvider() |
public IQ parseIQ(org.xmlpull.v1.XmlPullParser parser) throws java.lang.Exception
IQProviderparseIQ in interface IQProviderparser - an XML parser.java.lang.Exception - if an error occurs parsing the XML.public void parseList(org.xmlpull.v1.XmlPullParser parser,
Privacy privacy)
throws java.lang.Exception
java.lang.Exceptionpublic PrivacyItem parseItem(org.xmlpull.v1.XmlPullParser parser) throws java.lang.Exception
java.lang.Exception