Module LibXML::Conversions::Node
In: lib/active_support/xml_mini/libxml.rb

Methods

Constants

CONTENT_ROOT = '__content__'
LIB_XML_LIMIT = 30000000

Public Instance methods

Convert XML document to hash

hash:Hash to merge the converted element into.

Protected Instance methods

Check if child is of type array

Convert xml attributes to hash

hash:Hash to merge the attributes into

Convert array into hash

hash:Hash to merge the array into

Insert children into hash

hash:Hash to merge the children into.

Convert yaml into hash

hash:Hash to merge the yaml into

Insert name into hash

hash:Hash to merge the converted element into.
name:name to to merge into hash

Check if child is of type yaml

[Validate]