pugi::xml_node_struct Struct Reference

An XML document tree node. More...

Collaboration diagram for pugi::xml_node_struct:

Collaboration graph
[legend]

List of all members.

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_tname
 Pointer to element name.
char_tvalue
 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.

Definition at line 456 of file pugixml.cpp.


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

Definition at line 459 of file pugixml.cpp.


Member Data Documentation

Pointer to element name.

Definition at line 466 of file pugixml.cpp.

Referenced by pugi::xml_node::name(), pugi::xml_node::offset_debug(), and pugi::xml_node::set_name().


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

Generated on Thu Jul 6 00:34:22 2017 for Moses by  doxygen 1.5.9