Uses of Class
org.pepstock.charba.client.dom.MutationRecord
-
Packages that use MutationRecord Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of MutationRecord in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return MutationRecord Modifier and Type Method Description MutationRecord[]
MutationObserver. takeRecords()
Removes all pending notifications from the mutation observer's notification queue and returns them in a new array of mutation record objects.Methods in org.pepstock.charba.client.dom with parameters of type MutationRecord Modifier and Type Method Description Object
MutationObserver.MutationObserverCallback. onInvoke(MutationRecord[] mutationRecords, MutationObserver observer)
The callback function takes as input two parameters:
an array ofMutationRecord
objects describing each change that occurred theMutationObserver
which invoked the callback.
-