Atlas
0.7.0
Networking protocol for the Worldforge system.
|
Public Member Functions | |
def | encode_attribute (self, indent, name, str_type, str_value) |
def | encode (self, obj) |
def | to_string (self, value) |
def | obj2xml (self, obj, indent) |
def | list2xml (self, lst, indent) |
Public Attributes | |
base_indent | |
|
inherited |
this encodes mappings
Definition at line 73 of file gen_xml.py.
References atlas.codecs.gen_xml.GenerateXML.encode_attribute(), atlas.codecs.xml2.GenerateXML2.encode_attribute(), atlas.codecs.binary1.GenerateBinary1.encode_attribute(), atlas.codecs.binary2.GenerateBinary2.encode_attribute(), atlas.codecs.gen_xml.GenerateXML.list2xml(), atlas.codecs.gen_xml.GenerateXML.obj2xml(), and atlas.codecs.gen_xml.GenerateXML.to_string().
Referenced by atlas.codecs.gen_xml.GenerateXML.obj2xml().