Module
ActiveSupport::XmlMini_Nokogiri::Conversions::Node
In:
lib/active_support/xml_mini/nokogiri.rb
Methods
attributes_as_hash
to_hash
Constants
CONTENT_ROOT
=
'__content__'
Public Instance methods
attributes_as_hash
()
to_hash
(hash = {})
Convert XML document to hash
hash:
Hash to merge the converted element into.
[Validate]