XMLDoc.from_path
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"0.13.0" ) ]
public XMLDoc.from_path (
string path)
throws Error
Create a new XMLDoc for the XML document at path.
Parameters:
| path |
Path to xml document
|
Returns:
|
A new XMLDoc, or null on an error
|