My Project
programmer's documentation
Functions
cs_tree_xml.c File Reference
#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"
Include dependency graph for cs_tree_xml.c:

Functions

void cs_tree_xml_read (cs_tree_node_t *r, const char path[])
 Read and parse XML file to tree. More...
 

Detailed Description

Tree structure and XML file mapping.

Function Documentation

◆ cs_tree_xml_read()

void cs_tree_xml_read ( cs_tree_node_t *  r,
const char  path[] 
)

Read and parse XML file to tree.

Parameters
[in,out]rroot node to which XML contents are read
[in]pathpath to XML file