File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/nokogiri-1.7.2/lib/nokogiri/xml/

Viewing File: xpath.rb

require 'nokogiri/xml/xpath/syntax_error'

module Nokogiri
  module XML
    class XPath
      # The Nokogiri::XML::Document tied to this XPath instance
      attr_accessor :document
    end
  end
end