DOMObject class

DOMObject class

The DOMObject type is used to represent an base object for the entire Document Object Model. For Java and ECMAScript, DOMObject is bound to the Object type.

The DOMObject type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of DOMObject

Methods

MethodDescription
get_platform_typeThis method is used to retrieve ECMAScript object Type.

See Also