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

Method StartElement

Source/cmXMLParser.cxx:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void cmXMLParser::StartElement(std::string const& name, char const** /*atts*/)
131{
132 std::cout << "Start element: " << name << std::endl;
133}
134
135void cmXMLParser::EndElement(std::string const& name)
136{

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
cmXMLParserStartElementFunction · 0.45
StartXMLMethod · 0.45

Calls

no outgoing calls

Tested by 7

StartXMLMethod · 0.36
AddSitePropertiesMethod · 0.36
GenerateDoneFileMethod · 0.36