Method: Nokogiri::XML::Node#keys

Defined in:
lib/nokogiri/xml/node.rb

#keysObject

Get the attribute names for this Node.

[View source]

704
705
706
# File 'lib/nokogiri/xml/node.rb', line 704

def keys
  attribute_nodes.map(&:node_name)
end