MutationRecord
Overview
MutationRecord is a class in Aspose.Html FOSS for Python.
One DOM mutation notification record.
Properties: added_nodes, attribute_name, attribute_namespace, next_sibling, old_value, previous_sibling, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Gets the type. |
target | "Node" | Read | Gets the target. |
added_nodes | tuple["Node", ...] | Read | Gets the added nodes. |
removed_nodes | tuple["Node", ...] | Read | Gets the removed nodes. |
previous_sibling | "Node | None" | Read | Gets the previous sibling. |
next_sibling | "Node | None" | Read | Gets the next sibling. |
attribute_name | str | None | Read | Gets the attribute name. |
attribute_namespace | str | None | Read | Gets the attribute namespace. |
old_value | str | None | Read | Gets the old value. |