Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
void cmXMLParser::StartElement(std::string const& name, char const** /*atts*/)
131
{
132
std::cout <<
"Start element: "
<< name << std::endl;
133
}
134
135
void cmXMLParser::EndElement(std::string const& name)
136
{
Callers
15
AppendAttribute
Function · 0.45
AppendDictionary
Function · 0.45
CreateSourceProjectFile
Method · 0.45
CreateProjectFile
Method · 0.45
AppendIncludeDirectories
Method · 0.45
CreateCProjectFile
Method · 0.45
AppendStorageScanners
Method · 0.45
AppendTarget
Method · 0.45
AppendScannerProfile
Method · 0.45
AppendLinkedResource
Method · 0.45
cmXMLParserStartElement
Function · 0.45
StartXML
Method · 0.45
Calls
no outgoing calls
Tested by
7
StartXML
Method · 0.36
AddSiteProperties
Method · 0.36
GenerateSubprojectsOutput
Method · 0.36
GenerateCTestNotesOutput
Method · 0.36
GenerateDoneFile
Method · 0.36
ConvertInstrumentationSnippetsToXML
Method · 0.36
ConvertInstrumentationJSONFileToXML
Method · 0.36