Module
LibXML::Conversions::Node
In:
lib/active_support/xml_mini/libxml.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]