Class: Nokogiri::XML::XPath

Inherits:
Object
  • Object
show all
Defined in:
lib/nokogiri/xml/xpath.rb,
lib/nokogiri/xml/xpath/syntax_error.rb

Defined Under Namespace

Classes: SyntaxError

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

The Nokogiri::XML::Document tied to this XPath instance



7
8
9
# File 'lib/nokogiri/xml/xpath.rb', line 7

def document
  @document
end