When creating an MAGEstk object from scratch, some find
it tedious to first call the constructor for an empty
object, and then populate the attributes with the
set-metods.
A constructor taking a hash or similar with name value
pairs for instantiating MAGEstk object attributes is
requested.
The objects allready have an constructor taking the
argument Attributes attrs. This is used by the SAX
parser code for creating MAGEstk objects from input
MAGE-ML.
Is Attributes usable as an argument hash for other
purposes as well, or is a seperate construtor needed ?