| Home | Trees | Index | Help |
|---|
| Package libxml2dom :: Module events :: Class Event |
|
UIEventAn event class. See: http://www.w3.org/TR/SVGMobile12/svgudom.html#events__Event See: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-Event
| 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)
|
| Class Variable Details |
|---|
AT_TARGET
|
BUBBLING_PHASE
|
CAPTURING_PHASE
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Sep 18 23:37:02 2007 | http://epydoc.sf.net |