Namespace Aspose.Html.Dom.Mutations
Namespace Aspose.Html.Dom.Mutations
クラス
クラス名 | 説明 |
---|---|
MutationObserver | Aspose.Html.Dom.Mutations.MutationObserver オブジェクトは、Aspose.Html.Dom.Node のツリーに対する変化を観察するために使用できます。 |
MutationObserverInit | このクラスは、Aspose.Html.Dom.Mutations.MutationObserver を構成するために使用されるオプションのコレクションを表します。 |
MutationRecord | MutationRecord は、個々の DOM 変化を表します。これは、Aspose.Html.Dom.Mutations.MutationObserver の Aspose.Html.Dom.Mutations.MutationCallback に渡されるオブジェクトです。 |
デリゲート
デリゲート名 | 説明 |
---|---|
MutationCallback | 変化イベントを処理するメソッドを表します。 |