/// <summary>
 /// Gets the value of the attribute with the specified name.
 /// </summary>
 /// <param name="Name">Name of the attribute.</param>
 /// <returns>Value of the attribute.</returns>
 public string GetAttribute(string Name)
 {
     return(element.getAttribute(Name));
 }