Method | Description | |
---|---|---|
Load ( String content ) : |
Loads the specified content.
|
|
Load ( TextReader reader ) : |
Loads the specified reader.
|
|
LoadFromFile ( String path ) : |
Loads from file.
|
|
PBXDocument ( ) : System |
Initializes a new instance of the PBXDocument class.
|
|
Write ( |
Writes the specified writer.
|
|
WriteToFile ( String path ) : void |
Writes to file.
|
public static Load ( String content ) : |
||
content | String | The content. |
return |
public static Load ( TextReader reader ) : |
||
reader | TextReader | The reader. |
return |
public static LoadFromFile ( String path ) : |
||
path | String | The path. |
return |
public Write ( |
||
writer | The writer. | |
return | void |
public WriteToFile ( String path ) : void | ||
path | String | The path. |
return | void |