Microsoft SDK for Java

isReservedNameSpace

This method of the DTD class determines if the given namespace is reserved.

Syntax

public static boolean isReservedNameSpace(Atom n);

Return Value

Returns true if reserved; otherwise, returns false.

Parameters

n The namespace to verify.

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