This class provides information about XML SyntaxErrors. These exceptions are typically stored on Nokogiri::XML::Document#errors.
return true if this is an error
# File lib/nokogiri/xml/syntax_error.rb, line 32 32: def error? 33: level == 2 34: end
return true if this error is fatal
# File lib/nokogiri/xml/syntax_error.rb, line 38 38: def fatal? 39: level == 3 40: end
return true if this is a non error
# File lib/nokogiri/xml/syntax_error.rb, line 20 20: def none? 21: level == 0 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.