MCPcopy Create free account
hub / github.com/Kitware/CMake / cmXMLParserEndElement

Function cmXMLParserEndElement

Source/cmXMLParser.cxx:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void cmXMLParserEndElement(void* parser, char const* name)
167{
168 // End element handler that is registered with the XML_Parser. This
169 // just casts the user data to a cmXMLParser and calls EndElement.
170 static_cast<cmXMLParser*>(parser)->EndElement(name);
171}
172
173void cmXMLParserCharacterDataHandler(void* parser, char const* data,
174 int length)

Callers

nothing calls this directly

Calls 1

EndElementMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…