[#BloombergLP-balxml-ElementAttribute-localName] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/ElementAttribute.adoc[ElementAttribute]::localName :relfileprefix: ../../../ :mrdocs: Return the value of `localName` specified at the last call to `reset` or the constructor, if non‐zero, else return the local part of the qualified name. More precisely, return the portion of `qualifiedName()` after the colon, if any, or the entire `qualifiedName()` if there is no colon. == Synopsis Declared in `<balxml_elementattribute.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* localName() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#