This method of the DTD class determines whether the specified URL is already a loaded namespace so that the caller can decide not to load it again.
public final Name findLoadedNameSpace(Atom url);
Returns true if it is already loaded; otherwise, returns false.
url | The long name for the namespace. |