|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutationNameEvent
The MutationNameEvent
interface provides specific contextual
information associated with Mutation name event types.
To create an instance of the MutationNameEvent
interface,
use the Document.createEvent("MutationNameEvent")
method
call.
See also the Document Object Model (DOM) Level 3 Events Specification .
Field Summary |
---|
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 |
Method Summary | |
---|---|
String |
getPrevNamespaceURI()
The previous value of the relatedNode 's
namespaceURI . |
String |
getPrevNodeName()
The previous value of the relatedNode 's
nodeName . |
void |
initMutationNameEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevNamespaceURIArg,
String prevNodeNameArg)
The initMutationNameEvent method is used to initialize
the value of a MutationNameEvent object and has the same
behavior as MutationEvent.initMutationEvent() . |
void |
initMutationNameEventNS(String namespaceURI,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevNamespaceURIArg,
String prevNodeNameArg)
The initMutationNameEventNS method is used to initialize
the value of a MutationNameEvent object and has the same
behavior as MutationEvent.initMutationEventNS() . |
Methods inherited from interface org.w3c.dom.events.MutationEvent |
---|
getAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode, initMutationEvent, initMutationEventNS |
Methods inherited from interface org.w3c.dom.events.Event |
---|
getBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagation |
Method Detail |
---|
String getPrevNamespaceURI()
relatedNode
's
namespaceURI
.
String getPrevNodeName()
relatedNode
's
nodeName
.
void initMutationNameEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
initMutationNameEvent
method is used to initialize
the value of a MutationNameEvent
object and has the same
behavior as MutationEvent.initMutationEvent()
.
typeArg
- 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
.void initMutationNameEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
initMutationNameEventNS
method is used to initialize
the value of a MutationNameEvent
object and has the same
behavior as MutationEvent.initMutationEventNS()
.
namespaceURI
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |