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