Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ StartDocument
Method
StartDocument
Source/cmXMLWriter.cxx:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void cmXMLWriter::StartDocument(char const* encoding)
22
{
23
this->Output << R
"(<?xml version="
1.0
" encoding="
)
" << encoding << "
\
"?>"
;
24
}
25
26
void cmXMLWriter::EndDocument()
27
{
Callers
15
OutputXCodeWorkspaceSettings
Method · 0.80
CreateSourceProjectFile
Method · 0.80
CreateProjectFile
Method · 0.80
CreateCProjectFile
Method · 0.80
StartXML
Method · 0.80
GenerateCTestNotesOutput
Method · 0.80
GenerateDoneFile
Method · 0.80
Generate
Method · 0.80
CreateNewProjectFile
Method · 0.80
WriteXCodeXCScheme
Method · 0.80
cmXMLDocument
Method · 0.80
CreateNewProjectFile
Method · 0.80
Calls
no outgoing calls
Tested by
6
StartXML
Method · 0.64
GenerateCTestNotesOutput
Method · 0.64
GenerateDoneFile
Method · 0.64
ExecuteUpdate
Method · 0.64
WriteJUnitXML
Method · 0.64
ExecuteUpload
Method · 0.64