Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ CloseStartElement
Method
CloseStartElement
Source/cmXMLWriter.cxx:134–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void cmXMLWriter::CloseStartElement()
135
{
136
if (this->ElementOpen) {
137
this->ConditionalLineBreak(this->BreakAttrib);
138
this->Output <<
'>'
;
139
this->ElementOpen = false;
140
}
141
}
Callers
7
StartElement
Method · 0.95
Element
Method · 0.95
Comment
Method · 0.95
Doctype
Method · 0.95
ProcessingInstruction
Method · 0.95
FragmentFile
Method · 0.95
PreContent
Method · 0.95
Calls
1
ConditionalLineBreak
Method · 0.95
Tested by
no test coverage detected