Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp39 using DocType = tinyxml2::XMLDocument; typedef
42 inline DocType *createDocument() { in createDocument()
47 inline DocType *createDocument(const std::string &xml) { in createDocument()
48 DocType *doc = new tinyxml2::XMLDocument(); in createDocument()
56 inline void deleteDocument(DocType *d) { in deleteDocument()
60 inline std::string printDocument(DocType *d) { in printDocument()
66 inline NodeType *createNode(const std::string &name, DocType *d) { in createNode()
74 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()
83 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
99 inline NodeType *getRootChild(DocType *parent) { in getRootChild()
[all …]