om.DomNode.getTagName

Returns the XML tag name of a DOM node.

Syntax

getTagName()
  RETURNS STRING

Usage

The getTagName() method returns the XML tag name of the node.

Use this method to identity the type of the node.