org.w3c.domts

Class UserDataNotification


public class UserDataNotification
extends java.lang.Object

This class captures the parameters to one invocation of UserDataHandler.handle.

Constructor Summary

UserDataNotification(short operation, String key, Object data, Node src, Node dst)
Public constructor

Method Summary

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

Constructor Details

UserDataNotification

public UserDataNotification(short operation,
                            String key,
                            Object data,
                            Node src,
                            Node dst)
Public constructor

Method Details

getData

public final Object getData()
Gets value of data parameter
Returns:
value of data parameter

getDst

public final Node getDst()
Gets value of dst parameter
Returns:
value of dst parameter

getKey

public final String getKey()
Gets value of key parameter
Returns:
value of key parameter

getOperation

public final short getOperation()
Get value of operation parameter
Returns:
value of operation parameter

getSrc

public final Node getSrc()
Gets value of src parameter
Returns:
value of src parameter