Example #1
0
 def __init__(self, ownerDocument, nodeName='SELECT'):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName='TABLE'):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #3
0
 def __init__(self, ownerDocument, nodeName="FRAMESET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #4
0
 def __init__(self, ownerDocument, nodeName='SELECT'):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="BASEFONT"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="IMG"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #7
0
 def __init__(self, ownerDocument, nodeName="FIELDSET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #8
0
 def __init__(self, ownerDocument, nodeName="LEGEND"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #9
0
 def __init__(self, ownerDocument, nodeName="OPTGROUP"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #10
0
 def __init__(self, ownerDocument, nodeName="BASEFONT"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #11
0
 def __init__(self, ownerDocument, nodeName='OPTION'):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #14
0
 def __init__(self, ownerDocument, nodeName="FRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
 def __init__(self, ownerDocument, nodeName="IFRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
Example #16
0
 def __init__(self, ownerDocument, nodeName="ISINDEX"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #17
0
 def __init__(self, ownerDocument, nodeName="TEXTAREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #18
0
 def __init__(self, ownerDocument, nodeName="AREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName='OPTION'):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #20
0
 def __init__(self, ownerDocument, nodeName='FORM'):
     HTMLElement.__init__(self, ownerDocument, nodeName)