MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / readFromXmlString

Function readFromXmlString

source/MaterialXFormat/XmlIo.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void readFromXmlString(DocumentPtr doc, const string& str, const FileSearchPath& searchPath, const XmlReadOptions* readOptions)
339{
340 std::istringstream stream(str);
341 readFromXmlStream(doc, stream, searchPath, readOptions);
342}
343
344//
345// Writing

Callers 2

XmlIo.cppFile · 0.85
GenShader.cppFile · 0.85

Calls 1

readFromXmlStreamFunction · 0.85

Tested by

no test coverage detected