Element.getQualifiedName

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() + &quot;:&quot; + getName() </pre> will be returned.

@return the fully qualified name of the element.

class Element
string
getQualifiedName
()

Meta