1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-21 19:23:00 +04:00

Merge pull request #933 from kb1sph/master

Added ChildElementCount()
This commit is contained in:
Lee Thomason
2023-11-20 21:22:19 -08:00
committed by GitHub
2 changed files with 34 additions and 0 deletions
+6
View File
@@ -732,6 +732,12 @@ public:
return 0;
}
// ChildElementCount was originally suggested by msteiger on the sourceforge page for TinyXML and modified by KB1SPH for TinyXML-2.
int ChildElementCount(const char *value) const;
int ChildElementCount() const;
/** The meaning of 'value' changes for the specific type.
@verbatim
Document: empty (NULL is returned, not an empty string)