# File lib/xml/dom2/node.rb, line 365
      def _removeNode(index, node)
        @children[index, 1] = nil
        node.parentNode = nil
      end