# File lib/libxml/document.rb, line 73
      def self.string(value, options = {})
        Parser.string(value, options).parse
      end