public class DOMMutationNameEvent extends DOMMutationEvent implements MutationNameEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
prevNamespaceURI
The node's previous namespace URI.
|
protected String |
prevNodeName
The node's previous name.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeADDITION, MODIFICATION, REMOVALAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor and Description |
|---|
DOMMutationNameEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrevNamespaceURI()
Gets the node's previous namespace URI.
|
String |
getPrevNodeName()
Gets the node's previous node name.
|
void |
initMutationNameEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevNamespaceURIArg,
String prevNodeNameArg)
Initializes this MutationNameEvent.
|
void |
initMutationNameEventNS(String namespaceURI,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevNamespaceURIArg,
String prevNodeNameArg)
Initializes this MutationNameEvent.
|
getAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode, initMutationEvent, initMutationEventNSaddDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode, initMutationEvent, initMutationEventNSgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagationprotected String prevNamespaceURI
protected String prevNodeName
public void initMutationNameEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
initMutationNameEvent in interface MutationNameEventtypeArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.canBubbleArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.cancelableArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.relatedNodeArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.prevNamespaceURIArg - Specifies
MutationNameEvent.prevNamespaceURI. This value may be
null.prevNodeNameArg - Specifies
MutationNameEvent.prevNodeName.public void initMutationNameEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
initMutationNameEventNS in interface MutationNameEventnamespaceURI - Refer to the
MutationEvent.initMutationEventNS() method for a
description of this parameter.typeArg - Refer to the
MutationEvent.initMutationEventNS() method for a
description of this parameter.canBubbleArg - Refer to the
MutationEvent.initMutationEventNS() method for a
description of this parameter.cancelableArg - Refer to the
MutationEvent.initMutationEventNS() method for a
description of this parameter.relatedNodeArg - Refer to the
MutationEvent.initMutationEventNS() method for a
description of this parameter.prevNamespaceURIArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.prevNodeNameArg - Refer to the
MutationEvent.initMutationEvent() method for a
description of this parameter.public String getPrevNamespaceURI()
getPrevNamespaceURI in interface MutationNameEventpublic String getPrevNodeName()
getPrevNodeName in interface MutationNameEventCopyright © 2000–2021 Apache Software Foundation. All rights reserved.