예제 #1
0
 def prettyPrint(self, *args) -> "void":
     r"""
     prettyPrint(Element self, io::OutputStream & stream, std::string const & formatter="    ")
     prettyPrint(Element self, io::OutputStream & stream, xml::lite::StringEncoding arg3, std::string const & formatter="    ")
     """
     return _xml_lite.Element_prettyPrint(self, *args)
예제 #2
0
 def prettyPrint(self, *args):
     """
     prettyPrint(Element self, io::OutputStream & stream, std::string const & formatter)
     prettyPrint(Element self, io::OutputStream & stream)
     """
     return _xml_lite.Element_prettyPrint(self, *args)