예제 #1
0
 def getCharacterData(self, *args) -> "void":
     r"""
     getCharacterData(Element self) -> std::string
     getCharacterData(Element self, std::string & result) -> coda_oss::optional< xml::lite::StringEncoding > const
     getCharacterData(Element self, coda_oss::u8string & result)
     """
     return _xml_lite.Element_getCharacterData(self, *args)
예제 #2
0
 def getCharacterData(self):
     """getCharacterData(Element self) -> std::string"""
     return _xml_lite.Element_getCharacterData(self)