protected final function appendDocumentFragment(\DOMNode $node, \DOMDocumentFragment $fragment) : bool { $node->appendChild($fragment); return true; }