class Hermod::XmlSectionBuilder

def build(&block)

before use.
Returns the newly built class. This should be assigned to a constant

ordered correctly in the XML).
builder and then sets the correct node_order (to ensure the nodes are
Internal: Takes a block to build the class using the methods on this
def build(&block)
  yield self
  @new_class.node_order = @node_order
  @new_class
end