This method of the ElementImpl class retrieves the name of the tag as a string. The string will be in uppercase.
public Name getTagName();
Returns the tag name or null for DATA and PCDATA elements.