|
|
|
| Description |
| Library for generation and parsing Mac OS X plist format
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Data type that represents plist object
| | Constructors | | Instances | |
|
|
|
| Write PlObject to file
|
|
|
| Read PlObject from file.
|
|
|
| Arrow to convert PlObject to plist with root element and DTD declaration.
|
|
|
| Arrow that converts xml tree to PlObject.
Tree should contain at list one "plist" element.
|
|
|
| Arrow to convert PlObject to xml. It produces XmlTree without root element.
|
|
|
| Arrow that converts xml element to PlObject.
Element should be "string", "array", "dict", etc.
|
|
| Produced by Haddock version 2.4.2 |