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

NameTypeAccessDescription
typestrReadGets the type.
target"Node"ReadGets the target.
added_nodestuple["Node", ...]ReadGets the added nodes.
removed_nodestuple["Node", ...]ReadGets the removed nodes.
previous_sibling"Node | None"ReadGets the previous sibling.
next_sibling"Node | None"ReadGets the next sibling.
attribute_namestr | NoneReadGets the attribute name.
attribute_namespacestr | NoneReadGets the attribute namespace.
old_valuestr | NoneReadGets the old value.

See Also