# Print output for @column tags ?>
public
final
class
PpsMoParser
extends Object
| java.lang.Object | |
| ↳ | android.net.wifi.hotspot2.omadm.PpsMoParser |
Utility class for converting OMA-DM (Open Mobile Alliance's Device Management)
PPS-MO (PerProviderSubscription Management Object) XML tree to a
PasspointConfiguration object.
Currently this only supports PerProviderSubscription/HomeSP and
PerProviderSubscription/Credential subtree for Hotspot 2.0 Release 1 support.
For more info, refer to Hotspot 2.0 PPS MO defined in section 9.1 of the Hotspot 2.0
Release 2 Technical Specification.
Below is a sample XML string for a Release 1 PPS MO tree:
Public methods | |
|---|---|
static
PasspointConfiguration
|
parseMoText(String xmlString)
Convert a XML string representation of a PPS MO (PerProviderSubscription
Management Object) tree to a |
Inherited methods | |
|---|---|
public static PasspointConfiguration parseMoText (String xmlString)
Convert a XML string representation of a PPS MO (PerProviderSubscription
Management Object) tree to a PasspointConfiguration object.
| Parameters | |
|---|---|
xmlString |
String: XML string representation of a PPS MO tree |
| Returns | |
|---|---|
PasspointConfiguration |
PasspointConfiguration or null |