MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / Clone

Method Clone

tinyxml/src/tinyxml.cpp:889–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887
888
889TiXmlNode* TiXmlElement::Clone() const
890{
891 TiXmlElement* clone = new TiXmlElement( Value() );
892 if ( !clone )
893 return 0;
894
895 CopyTo( clone );
896 return clone;
897}
898
899
900const char* TiXmlElement::GetText() const

Callers 5

InsertEndChildMethod · 0.45
InsertBeforeChildMethod · 0.45
InsertAfterChildMethod · 0.45
ReplaceChildMethod · 0.45
CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected