Method Summary |
|
__init__(self,
connection)
|
Inherited from Converter |
|
__call__ (self,
value,
result_type)
|
|
convert (self,
value,
**kwargs)
|
|
handle_error (self,
object_,
error,
traceback)
|
|
handle_errors (self,
rejected,
accepted,
conversion_type)
|
|
_get_object_attributes (self,
value,
parent,
source_attributes)
|
Inherited from XMLStructureReader |
|
categorise_object (self,
node,
suggested_type,
**kwargs)
|
|
get_atomic_value (self,
node,
**kwargs)
|
|
get_mapping_items (self,
node,
**kwargs)
|
|
get_object_attributes (self,
node,
**kwargs)
|
|
get_object_id (node,
**kwargs)
(Static method)
|
|
get_sequence_items (self,
node,
**kwargs)
|
Inherited from RemoteObjectWriterMixin |
|
get_class_for_object (self,
suggested_type,
attributes,
parent,
attribute)
|
|
get_default_class_for_object (self)
|
|
get_suggested_type_for_sequence_component (self,
value,
suggested_type,
**kwargs)
|
|
_get_suggested_type_for_named_item (self,
value,
parent,
attribute,
mapping_key,
**kwargs)
|
|
get_suggested_type_for_attribute (self,
value,
parent,
attribute,
mapping_key,
**kwargs)
|
|
get_suggested_type_for_mapping_component (self,
value,
parent,
attribute,
mapping_key,
**kwargs)
|
Inherited from ObjectWriterMixin |
|
make_object (self,
object_id,
attributes,
suggested_type,
parent,
attribute,
**kwargs)
|
Inherited from WriterMixin |
|
add_attributes_to_object (self,
attributes,
new_object,
**kwargs)
|
|
convert_atom (self,
atomic_value,
suggested_type,
**kwargs)
|
|
make_mapping (self,
mapping,
**kwargs)
|
|
make_sequence (self,
sequence,
**kwargs)
|