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

Method removeChild

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

Source from the content-addressed store, hash-verified

151
152
153Node* AbstractNode::removeChild(Node* oldChild)
154{
155 throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR);
156}
157
158
159Node* AbstractNode::appendChild(Node* newChild)

Callers 12

stFunction · 0.45
BnFunction · 0.45
d3.v4.min.jsFile · 0.45
createRectsFunction · 0.45
jquery.min.jsFile · 0.45
css_defaultDisplayFunction · 0.45
appendChildMethod · 0.45
removeRawMethod · 0.45
_handleBoundaryFocusMethod · 0.45
_handleResizeMethod · 0.45
constructorMethod · 0.45
_refreshRowElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected