name property
String
get
name
The read-only name
property of the Attr interface returns the
qualified name of an attribute, that is the name of the attribute, with
the namespace prefix, if any, in front of it. For example, if the local
name is lang
and the namespace prefix is xml
, the returned qualified
name is xml:lang
.
The qualified name is always in lower case, whatever case at the attribute creation.
Implementation
external String get name;