public interface DOMMutationObserver extends MutationObserver
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | DOMMutationObserver.MutationObserverOptions | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disconnect()Stops the MutationObserver instance from receiving notifications of DOM mutations. | 
| Set<DOMMutationRecord> | takeRecords()Empties the MutationObserver instance's record queue and returns what was in there. | 
void disconnect()
Set<DOMMutationRecord> takeRecords()
Copyright © 2020 OXPath Team. All rights reserved.