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

Method CData

Source/cmXMLWriter.cxx:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void cmXMLWriter::CData(std::string const& data)
78{
79 this->PreContent();
80 this->Output << "<![CDATA[" << data << "]]>";
81}
82
83void cmXMLWriter::Doctype(char const* doctype)
84{

Callers

nothing calls this directly

Calls 1

PreContentMethod · 0.95

Tested by

no test coverage detected