Class PListParser.Dict

    • Constructor Detail

      • Dict

        public Dict()
        Constructor
    • Method Detail

      • get

        public Object get​(String key)
        Parameters:
        key - of the child node.
        Returns:
        the child node, null if not existing.
      • size

        public int size()
        Returns:
        the size of this dictionary.
      • dump

        public void dump()
        Dumps a dictionary with all sub-nodes to the console.
      • getAtPath

        public Object getAtPath​(String path)
        Get a node at a given path.
        Parameters:
        path - a / separated path into the plist hirarchy.
        Returns:
        the object located at the given path, null if it does not exist.