/// <summary>
 /// Removes the attribute with the specified name.
 /// </summary>
 /// <param name="Name">Name of the attribute.</param>
 public void RemoveAttribute(string Name)
 {
     element.removeAttribute(Name);
 }