MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / LoadFile

Method LoadFile

cpp/tinyxml/tinyxml.cpp:926–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924
925
926bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
927{
928 // See STL_STRING_BUG below.
929 //StringToBuffer buf( value );
930
931 return LoadFile( Value(), encoding );
932}
933
934
935bool TiXmlDocument::SaveFile() const

Callers 11

ReadXMLMethod · 0.45
ReadXMLMethod · 0.45
ParseOptionsXMLMethod · 0.45
ReadCacheMethod · 0.45
ReadButtonsMethod · 0.45
ReloadNodeMethod · 0.45
ReadScenesMethod · 0.45
ReadDeviceClassesMethod · 0.45
LoadProductXMLMethod · 0.45
LoadConfigXMLMethod · 0.45

Calls 5

TiXmlFOpenFunction · 0.85
ValueClass · 0.50
c_strMethod · 0.45
ClearMethod · 0.45
reserveMethod · 0.45

Tested by 3

LoadProductXMLMethod · 0.36
LoadConfigXMLMethod · 0.36