The enumeration of plist node types.
| Enumerator |
|---|
| PLIST_NONE | No type.
|
| PLIST_BOOLEAN | Boolean, scalar type.
|
| PLIST_INT | Integer, scalar type.
|
| PLIST_REAL | Real, scalar type.
|
| PLIST_STRING | ASCII string, scalar type.
|
| PLIST_ARRAY | Ordered array, structured type.
|
| PLIST_DICT | Unordered dictionary (key/value pair), structured type.
|
| PLIST_DATE | Date, scalar type.
|
| PLIST_DATA | Binary data, scalar type.
|
| PLIST_KEY | Key in dictionaries (ASCII String), scalar type.
|
| PLIST_UID | Special type used for 'keyed encoding'.
|
| PLIST_NULL | NULL type.
|