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