This method of the ElementImpl class creates a qualified Name object from the given string. It parses the string, looks up the specified namespace, and creates the fully qualified name. If no namespace is given, qualifyName inherits the namespace from the current element.
public Name qualifyName(String string);
Returns the fully qualified name.
string | A namespace name. |