mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-05-31 01:15:30 +00:00
Adding a child count function
This commit is contained in:
@@ -32,4 +32,5 @@ node *xml_getnode(node *parent, const char *name);
|
||||
char *xml_getproperty(node *n, const char *key);
|
||||
int xml_getintprop(node *n, const char *key);
|
||||
float xml_getfloatprop(node *n, const char *key);
|
||||
int xml_getchildcount(node *n);
|
||||
void xml_destroy(node *n);
|
||||
Reference in New Issue
Block a user