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



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

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

#old_at_xpathObject



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

alias_method :old_at_xpath, :at_xpath

#old_xpathObject



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

alias_method :old_xpath, :xpath

#xpath(*args) ⇒ Object



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

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