Home
last modified time | relevance | path

Searched defs:XmlNodeConverter (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
Dparse_xml.cpp130 struct XmlNodeConverter : public XmlConverter<Object> { struct
131 XmlNodeConverter() {} in XmlNodeConverter() argument
132 virtual ~XmlNodeConverter() {} in ~XmlNodeConverter()
140 inline const std::string &lastError() const { return mLastError; } in lastError()
141 inline NodeType *serialize(const Object &o, DocType *d) const { in serialize()
146 inline std::string serialize(const Object &o) const { in serialize()
153 inline bool deserialize(Object *object, NodeType *root) const { in deserialize()
159 inline bool deserialize(Object *o, const std::string &xml) const { in deserialize()
169 inline NodeType *operator()(const Object &o, DocType *d) const { in operator ()()
172 inline std::string operator()(const Object &o) const { in operator ()()
[all …]