Exemple #1
0
 def __init__(self, ownerDocument, nodeName):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #2
0
 def __init__(self, ownerDocument, nodeName="FIELDSET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #3
0
 def __init__(self, ownerDocument, nodeName="IFRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
Exemple #4
0
 def __init__(self, ownerDocument, nodeName="OPTGROUP"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #5
0
 def __init__(self, ownerDocument, nodeName="TEXTAREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #7
0
 def __init__(self, ownerDocument, nodeName="ISINDEX"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="TEXTAREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #10
0
 def __init__(self, ownerDocument, nodeName="BASEFONT"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #11
0
 def __init__(self, ownerDocument, nodeName="IFRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
Exemple #12
0
 def __init__(self, ownerDocument, nodeName="FIELDSET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #13
0
 def __init__(self, ownerDocument, nodeName="ISINDEX"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Exemple #14
0
 def __init__(self, ownerDocument, nodeName="BASEFONT"):
     HTMLElement.__init__(self, ownerDocument, nodeName)