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

Method EndElement

Source/cmXMLParser.cxx:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void cmXMLParser::EndElement(std::string const& name)
136{
137 std::cout << "End element: " << name << std::endl;
138}
139
140void cmXMLParser::CharacterDataHandler(char const* /*inData*/,
141 int /*inLength*/)

Callers 15

AppendAttributeFunction · 0.45
AppendDictionaryFunction · 0.45
CreateProjectFileMethod · 0.45
CreateCProjectFileMethod · 0.45
AppendStorageScannersMethod · 0.45
AppendTargetMethod · 0.45
AppendScannerProfileMethod · 0.45
AppendLinkedResourceMethod · 0.45
cmXMLParserEndElementFunction · 0.45
AddSitePropertiesMethod · 0.45

Calls

no outgoing calls

Tested by 7

AddSitePropertiesMethod · 0.36
EndXMLMethod · 0.36
GenerateDoneFileMethod · 0.36