Return the local name for this attribute.

Synopsis

Declared in <balxml_elementattribute.h>

char const*
localName() const;

Description

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.

Return Value

attribute local name

Created with MrDocs