예제 #1
0
 def __init__(self, ownerDoc):
     BaseScriptNode.__init__(self, ownerDoc, 'style')
예제 #2
0
파일: scriptNode.py 프로젝트: abap/RGT-tool
 def __init__(self, ownerDoc):
     BaseScriptNode.__init__(self, ownerDoc, 'script')
     XlinkAttributes.__init__(self)
예제 #3
0
 def __init__(self, ownerDoc):
     BaseScriptNode.__init__(self, ownerDoc, 'style')
예제 #4
0
 def __init__(self, ownerDoc):
     BaseScriptNode.__init__(self, ownerDoc, 'script')
     XlinkAttributes.__init__(self)