예제 #1
0
 def __init__(self, *args):
     r"""
     __init__(Element self) -> Element
     __init__(Element self, std::string const & qname, std::string const & uri="", std::string const & characterData="") -> Element
     __init__(Element self, std::string const & qname, std::string const & uri, std::string const & characterData, xml::lite::StringEncoding encoding) -> Element
     __init__(Element self, std::string const & qname, std::string const & uri, coda_oss::u8string const & characterData) -> Element
     __init__(Element self, Element element) -> Element
     """
     _xml_lite.Element_swiginit(self, _xml_lite.new_Element(*args))
예제 #2
0
 def __init__(self, *args):
     """
     __init__(xml::lite::Element self) -> Element
     __init__(xml::lite::Element self, std::string const & qname, std::string const & uri, std::string characterData) -> Element
     __init__(xml::lite::Element self, std::string const & qname, std::string const & uri) -> Element
     __init__(xml::lite::Element self, std::string const & qname) -> Element
     __init__(xml::lite::Element self, Element element) -> Element
     """
     this = _xml_lite.new_Element(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
예제 #3
0
 def __init__(self, *args):
     """
     __init__(xml::lite::Element self) -> Element
     __init__(xml::lite::Element self, std::string const & qname, std::string const & uri, std::string characterData) -> Element
     __init__(xml::lite::Element self, std::string const & qname, std::string const & uri) -> Element
     __init__(xml::lite::Element self, std::string const & qname) -> Element
     __init__(xml::lite::Element self, Element element) -> Element
     """
     this = _xml_lite.new_Element(*args)
     try:
         self.this.append(this)
     except:
         self.this = this