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