org.w3c.domts
Class UserDataNotification
java.lang.Object
org.w3c.domts.UserDataNotification
public class UserDataNotification
extends java.lang.Object
This class captures the parameters to one invocation of
UserDataHandler.handle.
UserDataNotification(short operation, String key, Object data, Node src, Node dst) - Public constructor
|
Object | getData() - Gets value of data parameter
|
Node | getDst() - Gets value of dst parameter
|
String | getKey() - Gets value of key parameter
|
short | getOperation() - Get value of operation parameter
|
Node | getSrc() - Gets value of src parameter
|
UserDataNotification
public UserDataNotification(short operation,
String key,
Object data,
Node src,
Node dst)
Public constructor
getData
public final Object getData()
Gets value of data parameter
getDst
public final Node getDst()
Gets value of dst parameter
getKey
public final String getKey()
Gets value of key parameter
getOperation
public final short getOperation()
Get value of operation parameter
- value of operation parameter
getSrc
public final Node getSrc()
Gets value of src parameter