Esempio n. 1
0
 def __init__(self, ownerDocument, nodeName):
     tagName = string.upper(nodeName)
     Element.__init__(self, ownerDocument, tagName,
                      EMPTY_NAMESPACE, EMPTY_PREFIX,tagName)
Esempio n. 2
0
 def __init__(self, ownerDocument, nodeName):
     tagName = string.upper(nodeName)
     Element.__init__(self, ownerDocument, tagName, EMPTY_NAMESPACE,
                      EMPTY_PREFIX, tagName)
Esempio n. 3
0
 def __init__(self, ownerDocument, nodeName):
     tagName = string.upper(nodeName)
     Element.__init__(self, ownerDocument, tagName, '', '',tagName)