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

Method dispatchNodeInserted

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

Source from the content-addressed store, hash-verified

305
306
307void AbstractNode::dispatchNodeInserted()
308{
309 AutoPtr<MutationEvent> event = new MutationEvent(_pOwner, MutationEvent::DOMNodeInserted, this, true, false, parentNode());
310 dispatchEvent(event.get());
311}
312
313
314void AbstractNode::dispatchNodeRemoved()

Callers 2

insertBeforeMethod · 0.80
replaceChildMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected