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

Method endElement

Src/InternalPlugins.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 m_stack.push(localName);
196 }
197 void endElement(const XMLString& uri, const XMLString& localName, const XMLString& qname)
198 {
199 m_stack.pop();
200 }
201 void characters(const XMLChar ch[], int start, int length)
202 {
203 if (m_stack.empty())

Callers 2

writeMethodElementFunction · 0.45
SaveToXMLFunction · 0.45

Calls 1

popMethod · 0.80

Tested by

no test coverage detected