aboutsummaryrefslogtreecommitdiff
path: root/include/cru/xml/XmlNode.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-27 23:28:18 +0800
committercrupest <crupest@outlook.com>2022-01-27 23:28:18 +0800
commitaf43f72adcb6738eebaad505389084c17411a694 (patch)
treee5d729bd8b096b0a66fb70f75e39adc910bd5b32 /include/cru/xml/XmlNode.hpp
parent103bcb137273729a0f23ff3771e26150a64454ba (diff)
downloadcru-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.hpp1
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;