Returns the full XML name represented as the string:
When namespace URI is unknown (in case of no namespace or namespace unaware XML), this property returns the same value as:"{" + namespaceURI + "}" + localName
That isQName.toString()
when namespace prefix exists, or justprefix + ":" + localName
when there is no prefix (or in case of namespace unaware XML).localName