Element.namespacePrefix

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.

  1. string namespacePrefix()
    class Element
    string
    namespacePrefix
    ()
  2. void namespacePrefix(string name)

Meta