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