Namespace Aspose.Html.Dom.Mutations

Namespace Aspose.Html.Dom.Mutations

Classes

Class NameDescription
MutationObserverA Aspose.Html.Dom.Mutations.MutationObserver object can be used to observe mutations to the tree of Aspose.Html.Dom.Node.
MutationObserverInitThis class represents an options collection which is used to configure Aspose.Html.Dom.Mutations.MutationObserver.
MutationRecordA 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.

Delegates

Delegate NameDescription
MutationCallbackRepresents the method that will handle a mutation events.