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

Method endElement

Src/ProjectFile.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 m_stack.push(localName);
104 }
105 void endElement(const XMLString& uri, const XMLString& localName, const XMLString& qname)
106 {
107 m_stack.pop();
108 }
109 void characters(const XMLChar ch[], int start, int length)
110 {
111 //process .winmerge entries of third level deep only

Callers 3

writeElementFunction · 0.45
saveHiddenItemsFunction · 0.45
SaveMethod · 0.45

Calls 1

popMethod · 0.80

Tested by

no test coverage detected