Represents an Apple's plist document.
| root | The root element of the plist document. | 
| version | The version of the plist document. At the moment Apple uses '1.0' for all plist files. | 
| PlistDocument | Creates a new plist document instance. | 
| ReadFromFile | Reads the document from a file identified by the given path. | 
| ReadFromStream | Reads the project from the given text reader. | 
| ReadFromString | Reads the document from the given string. | 
| WriteToFile | Writes the project contents to the specified file. | 
| WriteToStream | Writes the document contents to the specified text writer. | 
| WriteToString | Writes the document contents to a string. |