#include "base/cs_defs.h"
#include <assert.h>
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "bft/bft_mem.h"
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "base/cs_file.h"
#include "base/cs_parall.h"
#include "base/cs_parameters.h"
#include "base/cs_tree.h"
#include "gui/cs_tree_xml.h"
Functions | |
void | cs_tree_xml_read (cs_tree_node_t *r, const char path[]) |
Read and parse XML file to tree. |
Tree structure and XML file mapping.
void cs_tree_xml_read | ( | cs_tree_node_t * | r, |
const char | path[] ) |
Read and parse XML file to tree.
[in,out] | r | root node to which XML contents are read |
[in] | path | path to XML file |