Searched refs:NodeType (Results 1 – 1 of 1) sorted by relevance
29 using NodeType = tinyxml2::XMLElement; typedef57 inline NodeType *createNode(const std::string &name, DocType *d) { in createNode()61 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild()65 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()69 inline void appendStrAttr(NodeType *e, const std::string &attrName, const std::string &attr) { in appendStrAttr()74 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()78 inline std::string nameOf(NodeType *root) { in nameOf()82 inline std::string getText(NodeType *root) { in getText()86 inline NodeType *getChild(NodeType *parent, const std::string &name) { in getChild()90 inline NodeType *getRootChild(DocType *parent) { in getRootChild()[all …]