org.w3c.domts
public class UserDataMonitor extends Object implements UserDataHandler
| Constructor Summary | |
|---|---|
| UserDataMonitor()
Public constructor
| |
| Method Summary | |
|---|---|
| List | getAllNotifications()
Gets list of notifications
|
| void | handle(short operation, String key, Object data, Node src, Node dst)
Implementation of UserDataHandler.handle. |
Returns: List of notifications, may not be null.
Parameters: operation See org.w3c.dom.UserDataHandler key See org.w3c.dom.UserDataHandler data See org.w3c.dom.UserDataHandler src See org.w3c.dom.UserDataHandler dst See org.w3c.dom.UserDataHandler