Uses of Class
net.sf.plist.NSDictionary

Packages that use NSDictionary
net.sf.plist.io.bin   
net.sf.plist.io.domxml   
 

Uses of NSDictionary in net.sf.plist.io.bin
 

Methods in net.sf.plist.io.bin that return NSDictionary
protected  NSDictionary BinaryParser.parseDictionary(byte length)
          Parse a node to a NSDictionary on a given start address
 

Uses of NSDictionary in net.sf.plist.io.domxml
 

Methods in net.sf.plist.io.domxml that return NSDictionary
protected static NSDictionary DOMXMLParser.parseDictionary(Node node)
          Convert a node to an NSDictionary
 

Methods in net.sf.plist.io.domxml with parameters of type NSDictionary
protected  Element DOMXMLWriter.generateDictionary(NSDictionary dictionary)
          Convert an NSDictionary to an XML element