Class: Nokogiri::XML::XPath
- Inherits:
-
Object
- Object
- Nokogiri::XML::XPath
- Defined in:
- lib/nokogiri/xml/xpath.rb,
lib/nokogiri/xml/xpath/syntax_error.rb
Defined Under Namespace
Classes: SyntaxError
Instance Attribute Summary collapse
-
#document ⇒ Object
The Nokogiri::XML::Document tied to this XPath instance.
Instance Attribute Details
#document ⇒ Object
The Nokogiri::XML::Document tied to this XPath instance
7 8 9 |
# File 'lib/nokogiri/xml/xpath.rb', line 7 def document @document end |