OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_node_struct Struct Reference

Public Member Functions

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

Public Attributes

uintptr_t header
 
char_t * name
 
char_t * value
 
xml_node_structparent
 
xml_node_structfirst_child
 
xml_node_structprev_sibling_c
 
xml_node_structnext_sibling
 
xml_attribute_structfirst_attribute
 

Detailed Description

Definition at line 1051 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_node_struct()

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

Definition at line 1052 of file pugixml.cpp.

Member Data Documentation

◆ first_attribute

xml_attribute_struct* pugi::xml_node_struct::first_attribute

Definition at line 1075 of file pugixml.cpp.

◆ first_child

xml_node_struct* pugi::xml_node_struct::first_child

Definition at line 1070 of file pugixml.cpp.

◆ header

uintptr_t pugi::xml_node_struct::header

Definition at line 1063 of file pugixml.cpp.

◆ name

char_t* pugi::xml_node_struct::name

Definition at line 1065 of file pugixml.cpp.

◆ next_sibling

xml_node_struct* pugi::xml_node_struct::next_sibling

Definition at line 1073 of file pugixml.cpp.

◆ parent

xml_node_struct* pugi::xml_node_struct::parent

Definition at line 1068 of file pugixml.cpp.

◆ prev_sibling_c

xml_node_struct* pugi::xml_node_struct::prev_sibling_c

Definition at line 1072 of file pugixml.cpp.

◆ value

char_t* pugi::xml_node_struct::value

Definition at line 1066 of file pugixml.cpp.


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