public class JivePropertiesExtensionProvider extends 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 JivePropertiesExtensionProvider()
public JivePropertiesExtension parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, IOException
Note that you have to explicitly enabled Java object deserialization with @{link
JivePropertiesManager.setJavaObjectEnabled(boolean)
parse in class Provider<JivePropertiesExtension>parser - the XML parser, positioned at the start of a properties sub-packet.IOExceptionorg.xmlpull.v1.XmlPullParserException