parseXML()

Input / Files

Description

Parses an XML string and returns an XML object.

Syntax

XML parseXML(std::string src)

Parameters

NameTypeDescription
srcstd::stringXML string to parse

Returns

XML

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...