ROOTANA
Data Fields
mxml_struct Struct Reference

#include <mxml.h>

Collaboration diagram for mxml_struct:
Collaboration graph
[legend]

Data Fields

char name [MXML_NAME_LENGTH]
 
int node_type
 
char * value
 
int n_attributes
 
char * attribute_name
 
char ** attribute_value
 
int line_number_start
 
int line_number_end
 
PMXML_NODE parent
 
int n_children
 
PMXML_NODE child
 

Detailed Description

Definition at line 65 of file mxml.h.

Field Documentation

◆ attribute_name

char * mxml_struct::attribute_name

Definition at line 70 of file mxml.h.

◆ attribute_value

char ** mxml_struct::attribute_value

Definition at line 71 of file mxml.h.

◆ child

PMXML_NODE mxml_struct::child

Definition at line 76 of file mxml.h.

◆ line_number_end

int mxml_struct::line_number_end

Definition at line 73 of file mxml.h.

◆ line_number_start

int mxml_struct::line_number_start

Definition at line 72 of file mxml.h.

◆ n_attributes

int mxml_struct::n_attributes

Definition at line 69 of file mxml.h.

◆ n_children

int mxml_struct::n_children

Definition at line 75 of file mxml.h.

◆ name

char mxml_struct::name

Definition at line 66 of file mxml.h.

◆ node_type

int mxml_struct::node_type

Definition at line 67 of file mxml.h.

◆ parent

PMXML_NODE mxml_struct::parent

Definition at line 74 of file mxml.h.

◆ value

char * mxml_struct::value

Definition at line 68 of file mxml.h.


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