Class: Nokogiri::XML::Node
- Inherits:
-
Object
- Object
- Nokogiri::XML::Node
- Defined in:
- lib/health-data-standards/ext/node.rb
Instance Method Summary collapse
Instance Method Details
#at_xpath(*args) ⇒ Object
27 28 29 |
# File 'lib/health-data-standards/ext/node.rb', line 27 def at_xpath(*args) old_at_xpath(*args, NAMESPACES) end |
#old_at_xpath ⇒ Object
20 |
# File 'lib/health-data-standards/ext/node.rb', line 20 alias_method :old_at_xpath, :at_xpath |
#old_xpath ⇒ Object
21 |
# File 'lib/health-data-standards/ext/node.rb', line 21 alias_method :old_xpath, :xpath |
#xpath(*args) ⇒ Object
23 24 25 |
# File 'lib/health-data-standards/ext/node.rb', line 23 def xpath(*args) old_xpath(*args, NAMESPACES) end |