Searched refs:DocType (Results 1 – 1 of 1) sorted by relevance
38 using DocType = tinyxml2::XMLDocument; typedef41 inline DocType *createDocument() { in createDocument()46 inline DocType *createDocument(const std::string &xml) { in createDocument()47 DocType *doc = new tinyxml2::XMLDocument(); in createDocument()55 inline void deleteDocument(DocType *d) { in deleteDocument()59 inline std::string printDocument(DocType *d) { in printDocument()65 inline NodeType *createNode(const std::string &name, DocType *d) { in createNode()73 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()82 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()98 inline NodeType *getRootChild(DocType *parent) { in getRootChild()[all …]