static PListParser.Dict |
PListParser.load(java.io.File file) |
Create a nested map<String, Object> from a plist xml file using
the default mapping.
|
(package private) PListParser.Dict |
PListParser.parse(org.w3c.dom.Element element) |
Parses a plist top element into a map dictionary containing all the data
in the plist.
|
private static PListParser.Dict |
PListParser.parse(org.xml.sax.InputSource input) |
Reads from the given input stream and parses it to a Dict.
|
private java.lang.Object |
PListParser.parseElement(org.w3c.dom.Node element) |
Parses a (non-top) xml element.
|