pugixml
 All Classes Functions Variables
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)

Public Attributes

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

Detailed Description

An XML document tree node.

Constructor & Destructor Documentation

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

Default ctor

Parameters
type- node type

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