Class Nokogiri::XML::SyntaxError
In: lib/nokogiri/xml/syntax_error.rb
Parent: ::Nokogiri::SyntaxError

This class provides information about XML SyntaxErrors. These exceptions are typically stored on Nokogiri::XML::Document#errors.

Methods

error?   fatal?   none?   warning?  

Attributes

code  [R] 
column  [R] 
domain  [R] 
file  [R] 
int1  [R] 
level  [R] 
line  [R] 
str1  [R] 
str2  [R] 
str3  [R] 

Public Instance methods

return true if this is an error

return true if this error is fatal

return true if this is a non error

return true if this is a warning

[Validate]