Example #1
0
 def __init__(self, *args, **kwargs):
     """
     __init__(self, String name=EmptyString, String value=EmptyString, 
         XmlProperty next=None) -> XmlProperty
     """
     newobj = _xrc.new_XmlProperty(*args, **kwargs)
     self.this = newobj.this
     self.thisown = 1
     del newobj.thisown
Example #2
0
 def __init__(self, *args, **kwargs):
     """
     __init__(self, String name=EmptyString, String value=EmptyString, 
         XmlProperty next=None) -> XmlProperty
     """
     newobj = _xrc.new_XmlProperty(*args, **kwargs)
     self.this = newobj.this
     self.thisown = 1
     del newobj.thisown
Example #3
0
 def __init__(self, *args, **kwargs): 
     """
     __init__(self, String name=EmptyString, String value=EmptyString, 
         XmlProperty next=None) -> XmlProperty
     """
     _xrc.XmlProperty_swiginit(self,_xrc.new_XmlProperty(*args, **kwargs))
Example #4
0
 def __init__(self, *args, **kwargs):
     """
     __init__(self, String name=EmptyString, String value=EmptyString, 
         XmlProperty next=None) -> XmlProperty
     """
     _xrc.XmlProperty_swiginit(self, _xrc.new_XmlProperty(*args, **kwargs))