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

Function writeToXmlString

source/MaterialXFormat/XmlIo.cpp:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362string writeToXmlString(DocumentPtr doc, const XmlWriteOptions* writeOptions)
363{
364 std::ostringstream stream;
365 writeToXmlStream(doc, stream, writeOptions);
366 return stream.str();
367}
368
369void prependXInclude(DocumentPtr doc, const FilePath& filename)
370{

Callers 1

XmlIo.cppFile · 0.85

Calls 2

writeToXmlStreamFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected