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

The XML::SyntaxError is raised on parse errors

Methods

code   column   domain   error?   fatal?   file   int1   level   line   message   none?   str1   str2   str3   warning?  

External Aliases

message -> to_s

Public Instance methods

Get the error code

Column number or 0 if not available

Get the part of the library that raised this exception

Get the filename for the error

Extra number information

Get the error level

Get the line number of the error

Get the human readable message.

Extra string information

Extra string information

Extra string information

[Validate]