public class MutationEventImpl extends EventImpl implements org.w3c.dom.events.MutationEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDITION |
static int |
MODIFICATION |
static int |
REMOVAL |
| Constructor and Description |
|---|
MutationEventImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAttrChange() |
(package private) static short |
getAttrChangeImpl(long peer) |
java.lang.String |
getAttrName() |
(package private) static java.lang.String |
getAttrNameImpl(long peer) |
(package private) static org.w3c.dom.events.MutationEvent |
getImpl(long peer) |
java.lang.String |
getNewValue() |
(package private) static java.lang.String |
getNewValueImpl(long peer) |
java.lang.String |
getPrevValue() |
(package private) static java.lang.String |
getPrevValueImpl(long peer) |
org.w3c.dom.Node |
getRelatedNode() |
(package private) static long |
getRelatedNodeImpl(long peer) |
void |
initMutationEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.Node relatedNode,
java.lang.String prevValue,
java.lang.String newValue,
java.lang.String attrName,
short attrChange) |
(package private) static void |
initMutationEventImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long relatedNode,
java.lang.String prevValue,
java.lang.String newValue,
java.lang.String attrName,
short attrChange) |
create, equals, getBubbles, getBubblesImpl, getCancelable, getCancelableImpl, getCancelBubble, getCancelBubbleImpl, getCurrentTarget, getCurrentTargetImpl, getDefaultPrevented, getDefaultPreventedImpl, getEventPhase, getEventPhaseImpl, getIsTrusted, getIsTrustedImpl, getPeer, getPeer, getReturnValue, getReturnValueImpl, getSrcElement, getSrcElementImpl, getTarget, getTargetImpl, getTimeStamp, getTimeStampImpl, getType, getTypeImpl, hashCode, initEvent, initEventImpl, preventDefault, preventDefaultImpl, setCancelBubble, setCancelBubbleImpl, setReturnValue, setReturnValueImpl, stopImmediatePropagation, stopImmediatePropagationImpl, stopPropagation, stopPropagationImplpublic static final int MODIFICATION
public static final int ADDITION
public static final int REMOVAL
static org.w3c.dom.events.MutationEvent getImpl(long peer)
public org.w3c.dom.Node getRelatedNode()
getRelatedNode in interface org.w3c.dom.events.MutationEventstatic long getRelatedNodeImpl(long peer)
public java.lang.String getPrevValue()
getPrevValue in interface org.w3c.dom.events.MutationEventstatic java.lang.String getPrevValueImpl(long peer)
public java.lang.String getNewValue()
getNewValue in interface org.w3c.dom.events.MutationEventstatic java.lang.String getNewValueImpl(long peer)
public java.lang.String getAttrName()
getAttrName in interface org.w3c.dom.events.MutationEventstatic java.lang.String getAttrNameImpl(long peer)
public short getAttrChange()
getAttrChange in interface org.w3c.dom.events.MutationEventstatic short getAttrChangeImpl(long peer)
public void initMutationEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.Node relatedNode,
java.lang.String prevValue,
java.lang.String newValue,
java.lang.String attrName,
short attrChange)
initMutationEvent in interface org.w3c.dom.events.MutationEventstatic void initMutationEventImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long relatedNode,
java.lang.String prevValue,
java.lang.String newValue,
java.lang.String attrName,
short attrChange)