Synopsis
Starting with DOM Level 3, some methods either accept or return a
reference to a language-specific object. The DOMObject
type provides a generic
placeholder to represent these objects in the DOM IDL. For Java
and ECMAScript, this type is bound to the Object
type.