MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / handleComment

Method handleComment

base/poco/XML/src/DOMSerializer.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263void DOMSerializer::handleComment(const Comment* pComment) const
264{
265 if (_pLexicalHandler)
266 {
267 const XMLString& data = pComment->data();
268 _pLexicalHandler->comment(data.c_str(), 0, (int) data.length());
269 }
270}
271
272
273void DOMSerializer::handlePI(const ProcessingInstruction* pPI) const

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
commentMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected