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

Method dispatchCharacterDataModified

base/poco/XML/src/AbstractNode.cpp:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341
342void AbstractNode::dispatchCharacterDataModified(const XMLString& prevValue, const XMLString& newValue)
343{
344 AutoPtr<MutationEvent> event = new MutationEvent(_pOwner, MutationEvent::DOMCharacterDataModified, this, true, false, 0, prevValue, newValue, EMPTY_STRING, MutationEvent::MODIFICATION);
345 dispatchEvent(event.get());
346}
347
348
349bool AbstractNode::events() const

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected