Returns the fully qualified name of this element. This will be the same
as the value returned from {@link #getName}if this element has no
namespace attached to this element or an expression of the form
<pre>
getNamespacePrefix() + ":" + getName()
</pre>
will be returned.
Returns the fully qualified name of this element. This will be the same as the value returned from {@link #getName}if this element has no namespace attached to this element or an expression of the form <pre> getNamespacePrefix() + ":" + getName() </pre> will be returned.
@return the fully qualified name of the element.