Microsoft SDK for Java

findElementDecl

This method of the DTD class finds an element declaration for the given tag name.

Syntax

public final ElementDecl findElementDecl(Name name);

Return Value

Returns the element declaration object.

Parameters

name The tag name.

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