Atlas 0.7.0
Networking protocol for the Worldforge system.
atlas.codecs.gen_xml.Encoder Class Reference
Inheritance diagram for atlas.codecs.gen_xml.Encoder:
Collaboration diagram for atlas.codecs.gen_xml.Encoder:

Public Member Functions

def encode1stream (self, object)
 
def encode1 (self, object)
 

Static Public Attributes

string begin_string = "<atlas>\n"
 
string middle_string = "\n"
 
string end_string = "\n</atlas>\n"
 
string empty_end_string = "<atlas/>\n"
 

Detailed Description

Definition at line 24 of file gen_xml.py.

Member Function Documentation

◆ encode1()

def atlas.codecs.gen_xml.Encoder.encode1 (   self,
  object 
)

Definition at line 33 of file gen_xml.py.

◆ encode1stream()

def atlas.codecs.gen_xml.Encoder.encode1stream (   self,
  object 
)

Definition at line 30 of file gen_xml.py.

Member Data Documentation

◆ begin_string

string atlas.codecs.gen_xml.Encoder.begin_string = "<atlas>\n"
static

Definition at line 25 of file gen_xml.py.

◆ empty_end_string

string atlas.codecs.gen_xml.Encoder.empty_end_string = "<atlas/>\n"
static

Definition at line 28 of file gen_xml.py.

◆ end_string

string atlas.codecs.gen_xml.Encoder.end_string = "\n</atlas>\n"
static

◆ middle_string

string atlas.codecs.gen_xml.Encoder.middle_string = "\n"
static

Definition at line 26 of file gen_xml.py.


The documentation for this class was generated from the following file: