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