pugixml
 All Classes Functions Variables
Public Member Functions | Public Attributes | List of all members
pugi::xml_attribute_struct Struct Reference

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_structprev_attribute_c
 Previous attribute (cyclic list)
xml_attribute_structnext_attribute
 Next attribute.

Detailed Description

A 'name=value' XML attribute structure.


The documentation for this struct was generated from the following file: