Microsoft SDK for Java

findAttDef

This method of the ElementDecl class retrieves the attribute definition of the named attribute.

Syntax

public final AttDef findAttDef(Name name);

Return Value

Returns an attribute definition object; returns null if it is not found.

Parameters

name The name of the attribute.

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