My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_tree_xml_read (cs_tree_node_t *r, const char path[]) |
Read and parse XML file to tree. More... | |
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 |