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.DictCreate a nestedmap<String, Object>from a plist xml file using the default mapping.(package private) PListParser.DictParses a plist top element into a map dictionary containing all the data in the plist.private static PListParser.DictPListParser.parse(InputSource input) Reads from the given input stream and parses it to a Dict.private ObjectPListParser.parseElement(Node element) Parses a (non-top) xml element.