# File lib/nokogiri/xml.rb, line 57
      def fragment string
        XML::DocumentFragment.parse(string)
      end