Loading [MathJax]/extensions/tex2jax.js
Free Electron
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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. More...
 

Public Attributes

uintptr_t header
 
char_t * name
 Pointer to attribute name. More...
 
char_t * value
 Pointer to attribute value. More...
 
xml_attribute_structprev_attribute_c
 Previous attribute (cyclic list) More...
 
xml_attribute_structnext_attribute
 Next attribute. More...
 

Detailed Description

A 'name=value' XML attribute structure.

Constructor & Destructor Documentation

◆ xml_attribute_struct()

pugi::xml_attribute_struct::xml_attribute_struct ( impl::xml_memory_page *  page)
inline

Default ctor.

Member Data Documentation

◆ name

char_t* pugi::xml_attribute_struct::name

Pointer to attribute name.

◆ next_attribute

xml_attribute_struct* pugi::xml_attribute_struct::next_attribute

Next attribute.

◆ prev_attribute_c

xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c

Previous attribute (cyclic list)

◆ value

char_t* pugi::xml_attribute_struct::value

Pointer to attribute value.


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