org.w3c.domts

Class UserDataNotification

public class UserDataNotification extends 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
ObjectgetData()
Gets value of data parameter
NodegetDst()
Gets value of dst parameter
StringgetKey()
Gets value of key parameter
shortgetOperation()
Get value of operation parameter
NodegetSrc()
Gets value of src parameter

Constructor Detail

UserDataNotification

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

Method Detail

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