Retrieves the local name of the fully qualified XML declaration for a node.
SyntaxNote: This property is read-only.
var localName = node.localName;
Return Value
Returns an object of type StringString
The local name portion of the qualified name of the node.
Usage In XML documents, elements can be declared using qualified names, which consist of a prefix and a local name. This property returns the latter value.
For more information, see W3C Namespaces in XML.
NotesMust be served with XML content type, such as text/xml or application/xhtml+xml
Related specificationsMozilla Developer Network : [Node.localName Article]
Microsoft Developer Network: [localName Property Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4