|
setUserData(key, data, handler)
|
|
|
Parameters
|
String key
The key to associate the object to.
DOMUserData data
The object to associate to the given key, or null to remove any existing association to that key.
UserDataHandler handler
The handler to associate to that key, or null.
|
|
Returns
|
DOMUserData. Returns the DOMUserData previously associated to the given key on this node, or null if there was none.
|