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