com.aspose.html.dom.mutations
The com.aspose.html.dom.mutations provides opportunity to observe DOM mutations and getting specific callback information.
Classes
| Class | Description |
|---|---|
| MutationCallback | Represents the method that will handle a mutation events. |
| MutationObserver | A object can be used to observe mutations to the tree of . |
| MutationObserverInit | This class represents an options collection which is used to configure MutationObserver. |
| MutationRecord | A MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver’s MutationCallback. |