Class DOMObject

Class DOMObject

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.4.0)

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.

[ComVisible(true)]
public class DOMObject : INotifyPropertyChanged

Inheritance

object DOMObject

Derived

ArrayBuffer , CSSValue , Counter , DOMTokenList , Event , EventTarget , HTMLCollection , Location , MutationObserver , MutationRecord , NamedNodeMap , NodeFilter , NodeList , Path2D , RGBColor , Rect , SVGValueType , TypeInfo , TypedArray , Url

Implements

INotifyPropertyChanged

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

DOMObject()

public DOMObject()

Methods

GetPlatformType()

This method is used to retrieve ECMAScript object System.Type.

public virtual Type GetPlatformType()

Returns

Type

The ECMAScript object System.Type.

 English