class Hermod::XmlSection

def initialize(attributes={}, &block)

setting up descendents.
block - a Block that will be executed in the context of this class for
name - a Symbol that corresponds to the node name in NODE_ORDER

NODE_ORDER.
directly, instead the subclasses call it as they define a useful
Internal: creates an XmlSection. This shouldn't normally be called
def initialize(attributes={}, &block)
  @attributes = attributes
  yield self if block_given?
end