# File lib/html5/treewalkers/base.rb, line 94
  def parent(node)
    raise NotImplementedError
  end