diff options
author | crupest <crupest@outlook.com> | 2022-01-27 23:28:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-27 23:28:18 +0800 |
commit | af43f72adcb6738eebaad505389084c17411a694 (patch) | |
tree | e5d729bd8b096b0a66fb70f75e39adc910bd5b32 /include/cru/xml/XmlNode.hpp | |
parent | 103bcb137273729a0f23ff3771e26150a64454ba (diff) | |
download | cru-af43f72adcb6738eebaad505389084c17411a694.tar.gz cru-af43f72adcb6738eebaad505389084c17411a694.tar.bz2 cru-af43f72adcb6738eebaad505389084c17411a694.zip |
...
Diffstat (limited to 'include/cru/xml/XmlNode.hpp')
-rw-r--r-- | include/cru/xml/XmlNode.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/xml/XmlNode.hpp b/include/cru/xml/XmlNode.hpp index d1cb9430..cfe6e155 100644 --- a/include/cru/xml/XmlNode.hpp +++ b/include/cru/xml/XmlNode.hpp @@ -121,6 +121,7 @@ class CRU_XML_API XmlElementNode : public XmlNode { void AddAttribute(String key, String value); void AddChild(XmlNode* child); + Index GetChildElementCount() const; XmlElementNode* GetFirstChildElement() const; XmlNode* Clone() const override; |