parsePrivateData
PrivateData parsePrivateData(org.jivesoftware.smack.xml.XmlPullParser parser)
throws org.jivesoftware.smack.xml.XmlPullParserException,
java.io.IOException
Parse the private data sub-document and create a PrivateData instance. At the
beginning of the method call, the xml parser will be positioned at the opening
tag of the private data child element. At the end of the method call, the parser
must be positioned on the closing tag of the child element.
- Parameters:
parser
- an XML parser.
- Returns:
- a new PrivateData instance.
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
- if an error in the XML parser occurred.
java.io.IOException
- if an I/O error occurred.