Class | Nokogiri::XML::Schema |
In: |
lib/nokogiri/xml/schema.rb
lib/nokogiri/ffi/xml/schema.rb ext/nokogiri/html_document.c |
Parent: | Object |
errors | [RW] | Errors while parsing the schema file |
Validate thing against this schema. thing can be a Nokogiri::XML::Document object, or a filename. An Array of Nokogiri::XML::SyntaxError objects found while validating the thing is returned.