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

Method dispatchNodeInsertedIntoDocument

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

Source from the content-addressed store, hash-verified

326
327
328void AbstractNode::dispatchNodeInsertedIntoDocument()
329{
330 AutoPtr<MutationEvent> event = new MutationEvent(_pOwner, MutationEvent::DOMNodeInsertedIntoDocument, this, false, false, 0);
331 dispatchEvent(event.get());
332}
333
334
335void AbstractNode::dispatchAttrModified(Attr* pAttr, MutationEvent::AttrChangeType changeType, const XMLString& prevValue, const XMLString& newValue)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected