class Nokogiri::XML::SyntaxError

def fatal?

return true if this error is fatal
##
def fatal?
  level == 3
end