DOMUserData(3)
The new Node.getUserData()
and Node.setUserData( )
methods are intended
to allow the programmer to store application-specific information
within the DOM tree. The DOMUserData
type provides a generic
placeholder for use within the DOM IDL descriptions. For Java and
ECMAScript, this type is bound to the Object
type.