class Hermod::XmlSectionBuilder

def initialize(new_class)

Don't use this directly, instead see `Hermod::XmlSection.build`
Internal: Sets up the builder with the anonymous subclass of XmlSection.
def initialize(new_class)
  @new_class = new_class
  @node_order = []
end