Home | Trees | Index | Help |
---|
Package libxml2dom :: Module events :: Class Event |
|
An event class.
Method Summary | |
---|---|
Initialise the event. | |
initEvent(self,
eventTypeArg,
canBubbleArg,
cancelableArg)
| |
initEventNS(self,
namespaceURIArg,
eventTypeArg,
canBubbleArg,
cancelableArg)
| |
preventDefault(self)
| |
stopImmediatePropagation(self)
| |
stopPropagation(self)
|
Class Variable Summary | |
---|---|
int |
AT_TARGET = 2 |
int |
BUBBLING_PHASE = 3 |
int |
CAPTURING_PHASE = 1 |
Method Details |
---|
__init__(self,
target,
currentTarget)
|
Class Variable Details |
---|
AT_TARGET
|
BUBBLING_PHASE
|
CAPTURING_PHASE
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Mar 26 00:58:06 2007 | http://epydoc.sf.net |