/// <summary>
 /// Constructor for the use in plugin.xml
 /// </summary>
 public FixedClassContributionFactory(XmlElement e) :
     this(PluginUtil.loadTypeFromManifest(
              (XmlElement)XmlUtil.selectSingleNode(e, "implementation")))
 {
 }