Package libxml2dom :: Module events :: Class Event
[show private | hide private]
[frames | no frames]

Class Event


An event class.

Method Summary
  __init__(self, target, currentTarget)
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)
(Constructor)

Initialise the event.

Class Variable Details

AT_TARGET

Type:
int
Value:
2                                                                     

BUBBLING_PHASE

Type:
int
Value:
3                                                                     

CAPTURING_PHASE

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Mon Mar 26 00:58:06 2007 http://epydoc.sf.net