public final class Plist
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
fromXml(java.lang.String xml)
Create a nested
map<String, Object> from a plist xml string using the default mapping. |
public static java.util.Map<java.lang.String,java.lang.Object> fromXml(java.lang.String xml) throws XmlParseException
map<String, Object>
from a plist xml string using the default mapping.xml
- the plist xml data as a string.XmlParseException
- if the plist could not be properly parsed.