WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMMutationEvent

IID:8e440d86-886a-4e76-9e59-c13b939c9a4b
Inherits From:nsIDOMEvent

Constants

PRUint16 MODIFICATION = 1
PRUint16 ADDITION = 2
PRUint16 REMOVAL = 3

Properties

readonly PRUint16 attrChange

readonly DOMString attrName

readonly DOMString newValue

readonly DOMString prevValue

readonly nsIDOMNode relatedNode


Methods

void initMutationEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , nsIDOMNode relatedNodeArg , DOMString prevValueArg , DOMString newValueArg , DOMString attrNameArg , PRUint16 attrChangeArg )

void initMutationEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , nsIDOMNode relatedNodeArg , DOMString prevValueArg , DOMString newValueArg , DOMString attrNameArg , PRUint16 attrChangeArg )

Arguments:
typeArg
canBubbleArg
cancelableArg
relatedNodeArg
prevValueArg
newValueArg
attrNameArg
attrChangeArg

Reference documentation is generated from Mozilla's source.