Microsoft SDK for Java

DhHTMLGenerator.getNameKey

Retrieves the integer key associated with the specified name.

Syntax

protected int getNameKey( String strName )

Parameters

strName

The name of the tag, attribute, or style to retrieve a key for.

Return Value

Returns the key for the name, or returns UNKNOWN_KEY if it is not present.

Remarks

This function is not case sensitive.

See Also   registerName, UNKNOWN_KEY

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