Free Electron
Public Member Functions | Public Attributes | List of all members
pugi::xml_node_struct Struct Reference

An XML document tree node. More...

Public Member Functions

 xml_node_struct (impl::xml_memory_page *page, xml_node_type type)
 Default ctor. More...
 

Public Attributes

uintptr_t header
 
xml_node_structparent
 Pointer to parent. More...
 
char_t * name
 Pointer to element name. More...
 
char_t * value
 Pointer to any associated string data. More...
 
xml_node_structfirst_child
 First child. More...
 
xml_node_structprev_sibling_c
 Left brother (cyclic list) More...
 
xml_node_structnext_sibling
 Right brother. More...
 
xml_attribute_structfirst_attribute
 First attribute. More...
 

Detailed Description

An XML document tree node.

Constructor & Destructor Documentation

◆ xml_node_struct()

pugi::xml_node_struct::xml_node_struct ( impl::xml_memory_page *  page,
xml_node_type  type 
)
inline

Default ctor.

Parameters
type- node type

Member Data Documentation

◆ first_attribute

xml_attribute_struct* pugi::xml_node_struct::first_attribute

First attribute.

◆ first_child

xml_node_struct* pugi::xml_node_struct::first_child

First child.

◆ name

char_t* pugi::xml_node_struct::name

Pointer to element name.

◆ next_sibling

xml_node_struct* pugi::xml_node_struct::next_sibling

Right brother.

◆ parent

xml_node_struct* pugi::xml_node_struct::parent

Pointer to parent.

◆ prev_sibling_c

xml_node_struct* pugi::xml_node_struct::prev_sibling_c

Left brother (cyclic list)

◆ value

char_t* pugi::xml_node_struct::value

Pointer to any associated string data.


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