xsdata.formats.converters module

xsdata.formats.converters.sort_types(types)[source]
xsdata.formats.converters.to_python(types, value, ns_map=None, in_order=True)[source]
Return type

Any

xsdata.formats.converters.to_qname(value, ns_map)[source]
xsdata.formats.converters.to_class(clazz, value, ns_map)[source]
Return type

Any

xsdata.formats.converters.to_enum(clazz, value)[source]
Return type

Enum

xsdata.formats.converters.to_bool(value)[source]
Return type

bool

xsdata.formats.converters.to_xml(value, namespaces=None)[source]
Return type

Any

xsdata.formats.converters.qname_to_xml(qname, namespaces)[source]
Return type

str