# File lib/active_support/xml_mini/libxml.rb, line 119
        def array?
          child? && child.next? && child.name == child.next.name
        end