示例#1
0
 def getAttribute(self, attrname):
   return _cODP.ODPElement_getAttribute(self.this,attrname)
示例#2
0
 def hasAttribute(self, name):
   return _cODP.ODPElement_getAttribute(self.this,name) is not None
示例#3
0
 def getAttribute(self, *args):
     return _cODP.ODPElement_getAttribute(self, *args)