# File lib/nokogiri/xml/schema.rb, line 7
      def Schema string_or_io
        Schema.new(string_or_io)
      end