Home
last modified time | relevance | path

Searched refs:DocType (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
Dparse_xml.cpp30 using DocType = tinyxml2::XMLDocument; typedef
33 inline DocType *createDocument() { in createDocument()
38 inline DocType *createDocument(const std::string &xml) { in createDocument()
39 DocType *doc = new tinyxml2::XMLDocument(); in createDocument()
47 inline void deleteDocument(DocType *d) { in deleteDocument()
51 inline std::string printDocument(DocType *d) { in printDocument()
57 inline NodeType *createNode(const std::string &name, DocType *d) { in createNode()
65 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()
74 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
90 inline NodeType *getRootChild(DocType *parent) { in getRootChild()
[all …]