MCPcopy Create free account
hub / github.com/WinMerge/winmerge / startElement

Method startElement

Src/ProjectFile.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 void startDocument() {}
98 void endDocument() {}
99 void startElement(const XMLString& uri, const XMLString& localName, const XMLString& qname, const Attributes& attributes)
100 {
101 if (localName == Paths_element_name)
102 m_pProject->push_back(ProjectFileItem{});
103 m_stack.push(localName);
104 }
105 void endElement(const XMLString& uri, const XMLString& localName, const XMLString& qname)
106 {
107 m_stack.pop();

Callers 3

writeElementFunction · 0.45
saveHiddenItemsFunction · 0.45
SaveMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected