MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / parse

Method parse

engine/source/persistence/SimXMLDocument.cpp:153–158  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get true if XML text parses correctly. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151// Get true if XML text parses correctly.
152// -----------------------------------------------------------------------------
153S32 SimXMLDocument::parse(const char* rText)
154{
155 reset();
156 m_qDocument->Parse( rText );
157 return 1;
158}
159
160// -----------------------------------------------------------------------------
161// Clear contents of XML document.

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected