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

Method ownerDocument

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

Source from the content-addressed store, hash-verified

133
134
135Document* AbstractNode::ownerDocument() const
136{
137 return _pOwner;
138}
139
140
141Node* AbstractNode::insertBefore(Node* newChild, Node* refChild)

Callers 12

DTDMapMethod · 0.80
autoReleaseMethod · 0.80
autoReleaseMethod · 0.80
setAttributeNodeMethod · 0.80
setAttributeNodeNSMethod · 0.80
autoReleaseMethod · 0.80
autoReleaseMethod · 0.80
loadMethod · 0.80
findElementMethod · 0.80
findAttributeMethod · 0.80
cloneXMLNodeFunction · 0.80
processNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected