Class: Nokogiri::XML::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/health-data-standards/ext/node.rb

Instance Method Summary collapse

Instance Method Details

#at_xpath(*args) ⇒ Object



26
27
28
# File 'lib/health-data-standards/ext/node.rb', line 26

def at_xpath(*args)
  old_at_xpath(*args, NAMESPACES)
end

#old_at_xpathObject



19
# File 'lib/health-data-standards/ext/node.rb', line 19

alias_method :old_at_xpath, :at_xpath

#old_xpathObject



20
# File 'lib/health-data-standards/ext/node.rb', line 20

alias_method :old_xpath, :xpath

#xpath(*args) ⇒ Object



22
23
24
# File 'lib/health-data-standards/ext/node.rb', line 22

def xpath(*args)
  old_xpath(*args, NAMESPACES)
end