public class JivePropertiesExtensionProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<JivePropertiesExtension>
| Constructor and Description |
|---|
JivePropertiesExtensionProvider() |
| Modifier and Type | Method and Description |
|---|---|
JivePropertiesExtension |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth)
Parse a properties sub-packet.
|
public JivePropertiesExtension parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException
Note that you have to explicitly enabled Java object deserialization with @{link
JivePropertiesManager.setJavaObjectEnabled(boolean)
parse in class org.jivesoftware.smack.provider.Provider<JivePropertiesExtension>parser - the XML parser, positioned at the start of a properties sub-packet.java.io.IOExceptionorg.xmlpull.v1.XmlPullParserException