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

Class Event


Method Summary
  __init__(self)
  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                                                                     

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 Fri Mar 23 00:15:48 2007 http://epydoc.sf.net