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

Method ProcessingInstruction

Source/cmXMLWriter.cxx:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void cmXMLWriter::ProcessingInstruction(char const* target, char const* data)
91{
92 this->CloseStartElement();
93 this->ConditionalLineBreak(!this->IsContent);
94 this->Output << "<?" << target << ' ' << data << "?>";
95}
96
97void cmXMLWriter::FragmentFile(char const* fname)
98{

Callers 3

CreateCProjectFileMethod · 0.80
ExecuteUploadMethod · 0.80

Calls 2

CloseStartElementMethod · 0.95
ConditionalLineBreakMethod · 0.95

Tested by 2

ExecuteUploadMethod · 0.64