|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.domts.UserDataNotification
public class UserDataNotification
This class captures the parameters to one invocation of UserDataHandler.handle.
| Constructor Summary | |
|---|---|
UserDataNotification(short operation,
java.lang.String key,
java.lang.Object data,
org.w3c.dom.Node src,
org.w3c.dom.Node dst)
Public constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
Gets value of data parameter |
org.w3c.dom.Node |
getDst()
Gets value of dst parameter |
java.lang.String |
getKey()
Gets value of key parameter |
short |
getOperation()
Get value of operation parameter |
org.w3c.dom.Node |
getSrc()
Gets value of src parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserDataNotification(short operation,
java.lang.String key,
java.lang.Object data,
org.w3c.dom.Node src,
org.w3c.dom.Node dst)
| Method Detail |
|---|
public final short getOperation()
public final java.lang.String getKey()
public final java.lang.Object getData()
public final org.w3c.dom.Node getSrc()
public final org.w3c.dom.Node getDst()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||