A 'name=value' XML attribute structure. More...
Public Member Functions | |
xml_attribute_struct (impl::xml_memory_page *page) | |
Default ctor. |
Public Attributes | |
uintptr_t | header |
char_t * | name |
Pointer to attribute name. | |
char_t * | value |
Pointer to attribute value. | |
xml_attribute_struct * | prev_attribute_c |
Previous attribute (cyclic list) | |
xml_attribute_struct * | next_attribute |
Next attribute. |
A 'name=value' XML attribute structure.