|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.events.EventImpl
weblogic.apache.xerces.dom.events.MutationEventImpl
Field Summary | |
short |
attrChange
Deprecated. |
static String |
DOM_ATTR_MODIFIED
Deprecated. |
static String |
DOM_CHARACTER_DATA_MODIFIED
Deprecated. |
static String |
DOM_NODE_INSERTED
Deprecated. |
static String |
DOM_NODE_INSERTED_INTO_DOCUMENT
Deprecated. |
static String |
DOM_NODE_REMOVED
Deprecated. |
static String |
DOM_NODE_REMOVED_FROM_DOCUMENT
Deprecated. |
static String |
DOM_SUBTREE_MODIFIED
Deprecated. |
Fields inherited from class weblogic.apache.xerces.dom.events.EventImpl |
bubbles, cancelable, currentTarget, eventPhase, initialized, preventDefault, stopPropagation, target, timeStamp, type |
Fields inherited from interface org.w3c.dom.events.MutationEvent |
ADDITION, MODIFICATION, REMOVAL |
Fields inherited from interface org.w3c.dom.events.Event |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary | |
MutationEventImpl()
Deprecated. |
Method Summary | |
short |
getAttrChange()
Deprecated. attrChange indicates the type of change which triggered
the DOMAttrModified event. |
String |
getAttrName()
Deprecated. |
String |
getNewValue()
Deprecated. |
String |
getPrevValue()
Deprecated. |
Node |
getRelatedNode()
Deprecated. |
void |
initMutationEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevValueArg,
String newValueArg,
String attrNameArg,
short attrChangeArg)
Deprecated. Initialize a mutation event, or overwrite the event's current settings with new values of the parameters. |
Methods inherited from class weblogic.apache.xerces.dom.events.EventImpl |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.events.Event |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
Field Detail |
public short attrChange
public static final String DOM_ATTR_MODIFIED
public static final String DOM_CHARACTER_DATA_MODIFIED
public static final String DOM_NODE_INSERTED
public static final String DOM_NODE_INSERTED_INTO_DOCUMENT
public static final String DOM_NODE_REMOVED
public static final String DOM_NODE_REMOVED_FROM_DOCUMENT
public static final String DOM_SUBTREE_MODIFIED
Constructor Detail |
public MutationEventImpl()
Method Detail |
public short getAttrChange()
attrChange
indicates the type of change which triggered
the DOMAttrModified event. The values can be MODIFICATION
, ADDITION
, or REMOVAL
.
getAttrChange
in interface MutationEvent
public String getAttrName()
getAttrName
in interface MutationEvent
public String getNewValue()
getNewValue
in interface MutationEvent
public String getPrevValue()
getPrevValue
in interface MutationEvent
public Node getRelatedNode()
getRelatedNode
in interface MutationEvent
public void initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)
initMutationEvent
in interface MutationEvent
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |