My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_file.h"
#include "cs_parall.h"
#include "cs_parameters.h"
#include "cs_tree.h"
#include "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. More... | |
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 |