Overview | Methods | Fields | This Package | All Packages
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