toString
Returns a string composed of the URI, and the local name for the QName
object, separated by "::". The format depends on the uri property of
the QName object:
If uri == ""
toString returns localName
else if uri == null
toString returns *::localName
else
toString returns uri::localNam
Returns:
a string composed of the URI, and the local name for the QName object, separated by "::".