Programmer's Guide
>
Interfaces
>
W3C Node interface
>
localName attribute
localName attribute
Returns the local part of the qualified name of this node.
For nodes of any type other than
ELEMENT_NODE
and
ATTRIBUTE_NODE
and nodes created with a DOM Level 1 method, such as
createElement
from the
Document
interface, this is always
null
.
localName
Access
read-only
Returns
String