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

Method dispatchAttrModified

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

Source from the content-addressed store, hash-verified

333
334
335void AbstractNode::dispatchAttrModified(Attr* pAttr, MutationEvent::AttrChangeType changeType, const XMLString& prevValue, const XMLString& newValue)
336{
337 AutoPtr<MutationEvent> event = new MutationEvent(_pOwner, MutationEvent::DOMAttrModified, this, true, false, pAttr, prevValue, newValue, pAttr->name(), changeType);
338 dispatchEvent(event.get());
339}
340
341
342void AbstractNode::dispatchCharacterDataModified(const XMLString& prevValue, const XMLString& newValue)

Callers 1

setValueMethod · 0.80

Calls 2

nameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected