nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MutationEvent Interface Reference

import <uievents.idl;

Inheritance diagram for MutationEvent:
Event

Public Member Functions

void initMutationEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Node? relatedNodeArg, DOMString prevValueArg, DOMString newValueArg, DOMString attrNameArg, unsigned short attrChangeArg)
 
- Public Member Functions inherited from Event
void stopPropagation ()
 
void stopImmediatePropagation ()
 
void preventDefault ()
 
void initEvent (DOMString type, boolean bubbles, boolean cancelable)
 

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
 
- Public Attributes inherited from Event
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean defaultPrevented
 
readonly attribute boolean isTrusted
 
readonly attribute DOMTimeStamp timeStamp
 

Detailed Description

Definition at line 173 of file uievents.idl.

Member Function Documentation

◆ initMutationEvent()

void MutationEvent::initMutationEvent ( DOMString  typeArg,
boolean  bubblesArg,
boolean  cancelableArg,
Node relatedNodeArg,
DOMString  prevValueArg,
DOMString  newValueArg,
DOMString  attrNameArg,
unsigned short  attrChangeArg 
)

Member Data Documentation

◆ ADDITION

const unsigned short MutationEvent::ADDITION = 2

Definition at line 176 of file uievents.idl.

◆ attrChange

readonly attribute unsigned short MutationEvent::attrChange

Definition at line 182 of file uievents.idl.

◆ attrName

readonly attribute DOMString MutationEvent::attrName

Definition at line 181 of file uievents.idl.

◆ MODIFICATION

const unsigned short MutationEvent::MODIFICATION = 1

Definition at line 175 of file uievents.idl.

◆ newValue

readonly attribute DOMString MutationEvent::newValue

Definition at line 180 of file uievents.idl.

◆ prevValue

readonly attribute DOMString MutationEvent::prevValue

Definition at line 179 of file uievents.idl.

◆ relatedNode

readonly attribute Node MutationEvent::relatedNode

Definition at line 178 of file uievents.idl.

◆ REMOVAL

const unsigned short MutationEvent::REMOVAL = 3

Definition at line 177 of file uievents.idl.


The documentation for this interface was generated from the following file: