MCPcopy 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
134void cmXMLWriter::CloseStartElement()
135{
136 if (this->ElementOpen) {
137 this->ConditionalLineBreak(this->BreakAttrib);
138 this->Output << '>';
139 this->ElementOpen = false;
140 }
141}

Callers 7

StartElementMethod · 0.95
ElementMethod · 0.95
CommentMethod · 0.95
DoctypeMethod · 0.95
ProcessingInstructionMethod · 0.95
FragmentFileMethod · 0.95
PreContentMethod · 0.95

Calls 1

ConditionalLineBreakMethod · 0.95

Tested by

no test coverage detected