Searched refs:m_xml_doc (Results 1 – 2 of 2) sorted by relevance
372 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()375 : m_xml_doc(), m_dict_node() { in ApplePropertyList()382 return m_xml_doc.GetErrors(); in GetErrors()386 if (m_xml_doc.ParseFile(path)) { in ParseFile()387 XMLNode plist = m_xml_doc.GetRootElement("plist"); in ParseFile()
176 XMLDocument m_xml_doc; variable