loadXML()
Input / FilesDescription
Loads an XML file and returns an XML object.
Syntax
XML loadXML(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the XML file |
Returns
XMLRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...