| Package | Description |
|---|---|
| net.sf.plist.defaults | |
| net.sf.plist.io.bin | |
| net.sf.plist.io.domxml |
| Modifier and Type | Method and Description |
|---|---|
NSDictionary |
NSDefaults.toDictionary()
Get the root of this
NSDefaults as NSDictionary |
| Modifier and Type | Method and Description |
|---|---|
protected NSDictionary |
BinaryParser.parseDictionary(byte length)
Parse a node to a NSDictionary on a given start address
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
BinaryWriter.writeDictionary(NSDictionary obj)
Write a dictionary to the stream
|
| Modifier and Type | Method and Description |
|---|---|
protected static NSDictionary |
DOMXMLParser.parseDictionary(org.w3c.dom.Node node)
Convert a node to an NSDictionary
|
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateDictionary(NSDictionary dictionary)
Convert an NSDictionary to an XML element
|