Searched refs:NodeType (Results 1 – 1 of 1) sorted by relevance
38 using NodeType = tinyxml2::XMLElement; typedef66 inline NodeType *createNode(const std::string &name, DocType *d) { in createNode()70 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild()74 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()78 inline void appendStrAttr(NodeType *e, const std::string &attrName, const std::string &attr) { in appendStrAttr()83 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()87 inline std::string nameOf(NodeType *root) { in nameOf()91 inline std::string getText(NodeType *root) { in getText()95 inline NodeType *getChild(NodeType *parent, const std::string &name) { in getChild()99 inline NodeType *getRootChild(DocType *parent) { in getRootChild()[all …]