#include <opensync_xmlfield_private.h>
Data Fields | |
| OSyncXMLField * | next |
| OSyncXMLField * | prev |
| xmlNodePtr | node |
| osync_bool | sorted |
Definition at line 30 of file opensync_xmlfield_private.h.
The pointer to the next xmlfield
Definition at line 32 of file opensync_xmlfield_private.h.
Referenced by osync_xmlfield_adopt_xmlfield_after_field(), osync_xmlfield_adopt_xmlfield_before_field(), osync_xmlfield_get_next(), osync_xmlfield_new_node(), osync_xmlfield_unlink(), osync_xmlformat_search_field(), and osync_xmlformat_sort().
The pointer to the previous xmlfield
Definition at line 34 of file opensync_xmlfield_private.h.
Referenced by osync_xmlfield_adopt_xmlfield_after_field(), osync_xmlfield_adopt_xmlfield_before_field(), osync_xmlfield_new_node(), osync_xmlfield_unlink(), osync_xmlformat_search_field(), and osync_xmlformat_sort().
| xmlNodePtr OSyncXMLField::node |
The wrapped xml node
Definition at line 36 of file opensync_xmlfield_private.h.
Referenced by osync_merger_merge(), osync_xmlfield_add_key_value(), osync_xmlfield_adopt_xmlfield_after_field(), osync_xmlfield_adopt_xmlfield_before_field(), osync_xmlfield_free(), osync_xmlfield_get_attr(), osync_xmlfield_get_attr_count(), osync_xmlfield_get_key_count(), osync_xmlfield_get_key_value(), osync_xmlfield_get_name(), osync_xmlfield_get_nth_attr_name(), osync_xmlfield_get_nth_attr_value(), osync_xmlfield_get_nth_key_name(), osync_xmlfield_get_nth_key_value(), osync_xmlfield_new_node(), osync_xmlfield_set_attr(), osync_xmlfield_set_key_value(), osync_xmlfield_set_name(), osync_xmlfield_set_nth_key_value(), osync_xmlfield_sort(), osync_xmlfield_unlink(), osync_xmlformat_search_field(), and osync_xmlformat_sort().
| osync_bool OSyncXMLField::sorted |
Sorted status
Definition at line 38 of file opensync_xmlfield_private.h.
Referenced by osync_xmlfield_add_key_value(), osync_xmlfield_new(), osync_xmlfield_new_node(), osync_xmlfield_set_key_value(), and osync_xmlfield_sort().
1.5.7.1