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