Namespace Aspose.Html.Dom.Mutations
Namespace Aspose.Html.Dom.Mutations
Classes
クラス名 | Description |
---|---|
MutationObserver | Aspose.Html.Dom.Mutations.MutationObserver オブジェクトは、Aspose.Html.Dom.Node の木への変異を観察するために使用することができます。 |
MutationObserverInit | このクラスは、 Aspose.Html.Dom.Mutations.MutationObserver を設定するために使用されるオプションのコレクションを表します。 |
MutationRecord | A MutationRecord represents an individual DOM mutation. It is the object that is passed to Aspose.Html.Dom.Mutations.MutationObserver’s Aspose.Html.Dom.Mutations.MutationCallback. それは、 Aspose.Html.Dom.Mutations.MutationCallbackに移行されるオブジェクトです。 |
Delegates
代表名 | Description |
---|---|
MutationCallback | 変異事件に対処する方法を表す。 |