| 139 | |
| 140 | |
| 141 | Node* AbstractNode::insertBefore(Node* newChild, Node* refChild) |
| 142 | { |
| 143 | throw DOMException(DOMException::HIERARCHY_REQUEST_ERR); |
| 144 | } |
| 145 | |
| 146 | |
| 147 | Node* AbstractNode::replaceChild(Node* newChild, Node* oldChild) |
no outgoing calls
no test coverage detected