protected void Init(XmlDocument xTagfile) { try { AttributeHandler a = new AttributeHandler(this); a.Parse(xTagfile); } catch (Exception e) { throw e; } }