Microsoft SDK for Java

qualifyName

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.

Syntax

public Name qualifyName(String string);

Return Value

Returns the fully qualified name.

Parameters

string A namespace name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.