! returns number of children of XML node */
| 15 | |
| 16 | /*! returns number of children of XML node */ |
| 17 | size_t size() const { return children.size(); } |
| 18 | |
| 19 | /*! checks if child with specified node tag exists */ |
| 20 | bool hasChild(const std::string& childID) const |
no outgoing calls