Microsoft SDK for Java

elementDeclarations

This method of the Document class retrieves an enumeration of the element declarations from the DTD. These are returned as ElementDecl objects.

Syntax

public final Enumeration elementDeclarations();

Return Value

Returns the element declarations enumeration object.

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