Class RGen::Instantiator::DefaultXMLInstantiator
In: lib/rgen/instantiator/default_xml_instantiator.rb
Parent: NodebasedXMLInstantiator

A default XML instantiator. Derive your own instantiator from this class or use it as is.

Methods

Included Modules

Util::NameHelper

Constants

NamespaceDescriptor = Struct.new(:prefix, :target)

Public Class methods

Public Instance methods

Protected Instance methods

Helper method for implementing classes. This method yields the given block. If the metamodel should be create automatically (see constructor) rescues error and calls builder_method with args, then yields the block again.

[Validate]