loadXML()

Input / Files

Description

Loads an XML file and returns an XML object.

Syntax

XML loadXML(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the XML file

Returns

XML

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...