Uses of Class
com.github.markusbernhardt.proxy.util.PListParser.XmlParseException
Packages that use PListParser.XmlParseException
-
Uses of PListParser.XmlParseException in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that throw PListParser.XmlParseExceptionModifier and TypeMethodDescriptionstatic PListParser.Dict
Create a nestedmap<String, Object>
from a plist xml file using the default mapping.(package private) PListParser.Dict
Parses a plist top element into a map dictionary containing all the data in the plist.private static PListParser.Dict
PListParser.parse
(InputSource input) Reads from the given input stream and parses it to a Dict.private Object
PListParser.parseElement
(Node element) Parses a (non-top) xml element.