/// <summary>
 /// Clears all attributes.
 /// </summary>
 public void Clear()
 {
     _tagCollection.Clear();
 }