Beispiel #1
0
 def setLocalName(self, localName: "std::string const &") -> "void":
     r"""setLocalName(Element self, std::string const & localName)"""
     return _xml_lite.Element_setLocalName(self, localName)
Beispiel #2
0
 def setLocalName(self, localName):
     """setLocalName(Element self, std::string const & localName)"""
     return _xml_lite.Element_setLocalName(self, localName)