Node.localName

Returns the local part of the qualified name of this node.

For nodes of any type other than ELEMENT and ATTRIBUTE and nodes created with a DOM Level 1 method, such as Document.createElement, this is always null.

interface Node
@property
DOMString
localName
()

Meta