| Package | Description | 
|---|---|
| org.pepstock.charba.client.dom | 
 Contains all classes needed to work with DOM tree, base classes of a DOM tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MutationObserver.MutationObserverCallback.onInvoke(MutationRecord[] mutationRecords,
        MutationObserver observer)
The callback function takes as input two parameters: 
an array of MutationRecord objects describing each change that occurred
 the MutationObserver which invoked the callback. |