class Nokogiri::XML::Node
Public Instance Methods
at_xpath(*args)
click to toggle source
# File lib/health-data-standards/ext/node.rb, line 26 def at_xpath(*args) old_at_xpath(*args, NAMESPACES) end
Also aliased as: old_at_xpath
xpath(*args)
click to toggle source
# File lib/health-data-standards/ext/node.rb, line 22 def xpath(*args) old_xpath(*args, NAMESPACES) end
Also aliased as: old_xpath