Microsoft SDK for Java

addNameSpace

This method of the DTD class adds a name pair (long name, short name) to the namespace hash table.

Syntax

public final void addNameSpace(Atom as, Atom href);

Parameters

as The long name part of the namespace.
href The short name part of the namespace.

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