Example #1
0
 def __init__(self, ownerDocument, nodeName):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #2
0
 def __init__(self, ownerDocument, nodeName="FIELDSET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #3
0
 def __init__(self, ownerDocument, nodeName="IFRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
Example #4
0
 def __init__(self, ownerDocument, nodeName="OPTGROUP"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #5
0
 def __init__(self, ownerDocument, nodeName="TEXTAREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #6
0
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #7
0
 def __init__(self, ownerDocument, nodeName="ISINDEX"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #8
0
 def __init__(self, ownerDocument, nodeName="TEXTAREA"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
 def __init__(self, ownerDocument, nodeName="CAPTION"):
     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="IFRAME"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
     self.__content = None
Example #12
0
 def __init__(self, ownerDocument, nodeName="FIELDSET"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #13
0
 def __init__(self, ownerDocument, nodeName="ISINDEX"):
     HTMLElement.__init__(self, ownerDocument, nodeName)
Example #14
0
 def __init__(self, ownerDocument, nodeName="BASEFONT"):
     HTMLElement.__init__(self, ownerDocument, nodeName)