Class DOMObject

Class DOMObject

名称: Aspose.Html.Dom 编辑: Aspose.HTML.dll (25.4.0)

DOMObject 类型用于代表整个文档对象模型的基本对象。在 Java 和 ECMAScript 中,DOMObject 连接到 Object 类型。

[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

继承人

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

Constructors

主体()

public DOMObject()

Methods

GetPlatformType()

此方法用于获取 ECMAScript 对象 System.Type。

public virtual Type GetPlatformType()

Returns

Type

ECMAScript 对象 System.Type。

 中文