class documentation

class XmlItemExporter(BaseItemExporter):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_beautify​_indent Undocumented
Method ​_beautify​_newline Undocumented
Method ​_export​_xml​_field Undocumented
Method export​_item Undocumented
Method finish​_exporting Undocumented
Method start​_exporting Undocumented
Instance Variable encoding Undocumented
Instance Variable item​_element Undocumented
Instance Variable root​_element Undocumented
Instance Variable xg Undocumented

Inherited from BaseItemExporter:

Method serialize​_field Undocumented
Instance Variable export​_empty​_fields Undocumented
Instance Variable fields​_to​_export Undocumented
Instance Variable indent Undocumented
Method ​_configure Configure the exporter by poping options from the options dict. If dont_fail is set, it won't raise an exception on unexpected options (useful for using with keyword arguments in subclasses __init__ methods)
Method ​_get​_serialized​_fields Return the fields to export as an iterable of tuples (name, serialized_value)
Instance Variable ​_kwargs Undocumented
def __init__(self, file, **kwargs):
def _beautify_indent(self, depth=1):

Undocumented

def _beautify_newline(self, new_item=False):

Undocumented

def _export_xml_field(self, name, serialized_value, depth):

Undocumented

def export_item(self, item):
def finish_exporting(self):
def start_exporting(self):
encoding: str =
item_element =

Undocumented

root_element =

Undocumented

xg =

Undocumented