Exception: Nokogiri::XML::XPath::SyntaxError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Nokogiri::XML::SyntaxError
|
Defined in: | ext/nokogiri/nokogiri.c, lib/nokogiri/xml/xpath/syntax_error.rb |
Class Method Summary
::Nokogiri::XML::SyntaxError
- Inherited
Instance Attribute Summary
::Nokogiri::XML::SyntaxError
- Inherited
#code, #column, #domain, | |
#error? | return true if this is an error. |
#fatal? | return true if this error is fatal. |
#file, #int1, #level, #line, | |
#none? | return true if this is a non error. |
#path | The XPath path of the node that caused the error when validating a |
#str1, #str2, #str3, | |
#warning? | return true if this is a warning. |
Instance Method Summary
Instance Method Details
#to_s
[ GitHub ]# File 'lib/nokogiri/xml/xpath/syntax_error.rb', line 7
def to_s [super.chomp, str1].compact.join(": ") end