DomUtils.getNameGet the tag name of an element. function getName(elem: Element): string;§getName(elem: Element): string[src]§Parameters§elem: Element[src]The element to get the name for. §Return Type§string[src]The tag name of elem.