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