MCPcopy Create free account
hub / github.com/MyGUI/mygui / document_element

Method document_element

Tools/EditorFramework/pugixml.cpp:5955–5962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5953 }
5954
5955 PUGI__FN xml_node xml_document::document_element() const
5956 {
5957 for (xml_node_struct* i = _root->first_child; i; i = i->next_sibling)
5958 if ((i->header & impl::xml_memory_page_type_mask) + 1 == node_element)
5959 return xml_node(i);
5960
5961 return xml_node();
5962 }
5963
5964#ifndef PUGIXML_NO_STL
5965 PUGI__FN std::string PUGIXML_FUNCTION as_utf8(const wchar_t* str)

Callers 8

loadSettingsFileMethod · 0.45
getExistValueMethod · 0.45
getValueMethod · 0.45
setValueImplMethod · 0.45
getValueListMethod · 0.45
loadUserSettingsFileMethod · 0.45
setValueListImplMethod · 0.45
getValueNodeListMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected