Class: Nokogiri::XML::NodeSet

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



39
40
41
# File 'lib/health-data-standards/ext/node.rb', line 39

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

#old_at_xpathObject



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

alias_method :old_at_xpath, :at_xpath

#old_xpathObject



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

alias_method :old_xpath, :xpath

#xpath(*args) ⇒ Object



35
36
37
# File 'lib/health-data-standards/ext/node.rb', line 35

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