class Hermod::XmlSection
def nodes
set on this node in the order they are set.
method called to set it) and the value being an array of all the values
created with the key being the name of the node (which is the name of the
unspecified key is an empty array. This stores the nodes as they are
Internal: provides access to the hash of nodes where the default for an
def nodes @nodes ||= Hash.new { |h, k| h[k] = [] } end