CellML API
events::MutationEvent Interface Reference
events::MutationEvent Interface Reference
Inheritance diagram for events::MutationEvent:

Collaboration diagram for events::MutationEvent:

Public Member Functions | |
void | initMutationEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in Node relatedNodeArg, in DOMString prevValueArg, in DOMString newValueArg, in DOMString attrNameArg, in unsigned short attrChangeArg) |
![]() | |
void | stopPropagation () |
void | preventDefault () |
void | initEvent (in DOMString eventTypeArg, in boolean canBubbleArg, in boolean cancelableArg) |
![]() | |
void | add_ref () |
Called to indicate that some code is keeping an owning reference to the object. | |
oneway void | release_ref () |
Removes a reference to an object which was created by some other means (e.g. | |
IObject | query_interface (in utf8string id) |
Returns an IObject of the same implementation, which supports a specific interface. |
Public Attributes | |
const unsigned short | MODIFICATION = 1 |
const unsigned short | ADDITION = 2 |
const unsigned short | REMOVAL = 3 |
readonly attribute Node | relatedNode |
readonly attribute DOMString | prevValue |
readonly attribute DOMString | newValue |
readonly attribute DOMString | attrName |
readonly attribute unsigned short | attrChange |
![]() | |
const unsigned short | CAPTURING_PHASE = 1 |
const unsigned short | AT_TARGET = 2 |
const unsigned short | BUBBLING_PHASE = 3 |
readonly attribute DOMString | type |
readonly attribute EventTarget | target |
readonly attribute EventTarget | currentTarget |
readonly attribute unsigned short | eventPhase |
readonly attribute boolean | bubbles |
readonly attribute boolean | cancelable |
readonly attribute DOMTimeStamp | timeStamp |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Detailed Description
Definition at line 82 of file DOM_events.idl.
Member Function Documentation
void events::MutationEvent::initMutationEvent | ( | in DOMString | typeArg, |
in boolean | canBubbleArg, | ||
in boolean | cancelableArg, | ||
in Node | relatedNodeArg, | ||
in DOMString | prevValueArg, | ||
in DOMString | newValueArg, | ||
in DOMString | attrNameArg, | ||
in unsigned short | attrChangeArg | ||
) |
Member Data Documentation
const unsigned short events::MutationEvent::ADDITION = 2 |
Definition at line 86 of file DOM_events.idl.
readonly attribute unsigned short events::MutationEvent::attrChange |
Definition at line 93 of file DOM_events.idl.
readonly attribute DOMString events::MutationEvent::attrName |
Definition at line 92 of file DOM_events.idl.
const unsigned short events::MutationEvent::MODIFICATION = 1 |
Definition at line 85 of file DOM_events.idl.
readonly attribute DOMString events::MutationEvent::newValue |
Definition at line 91 of file DOM_events.idl.
readonly attribute DOMString events::MutationEvent::prevValue |
Definition at line 90 of file DOM_events.idl.
readonly attribute Node events::MutationEvent::relatedNode |
Definition at line 89 of file DOM_events.idl.
const unsigned short events::MutationEvent::REMOVAL = 3 |
Definition at line 87 of file DOM_events.idl.