Function 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
, this is always null
.
Prototype
DOMString localName() @property;
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --