# File lib/html5/treewalkers/hpricot.rb, line 38
        def next_sibling(node)
          node.next_node
        end