D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
nokogiri-1.8.1
/
lib
/
nokogiri
/
xml
/
Filename :
xpath.rb
back
Copy
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