# File lib/nokogiri/xml/schema.rb, line 52
      def valid? thing
        validate(thing).length == 0
      end