Microsoft SDK for Java

findLoadedNameSpace

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.

Syntax

public final Name findLoadedNameSpace(Atom url);

Return Value

Returns true if it is already loaded; otherwise, returns false.

Parameters

url The long name for the namespace.

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