add xl_get_nodes and xl_get_path
This commit is contained in:
parent
515032d92a
commit
e8f00f4111
3 changed files with 93 additions and 2 deletions
|
|
@ -71,6 +71,9 @@ XLDECL int xl_parse(xemil_t* handle);
|
|||
XLDECL void xl_close(xemil_t* handle);
|
||||
XLDECL char* xl_get_attribute(xl_node_t* node, const char* key);
|
||||
|
||||
XLDECL xl_node_t** xl_get_nodes(xl_node_t* node, const char* name); /* NULL-terminated */
|
||||
XLDECL xl_node_t** xl_get_path(xl_node_t* node, const char* path); /* NULL-terminated */
|
||||
|
||||
/* file.c */
|
||||
XLDECL xl_driver_t* xl_driver_file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue