Searched refs:m_dict_node (Results 1 – 2 of 2) sorted by relevance
374 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()377 : m_xml_doc(), m_dict_node() { in ApplePropertyList()393 this->m_dict_node = dict; in ParseFile()396 return (bool)m_dict_node; in ParseFile()402 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()417 m_dict_node.ForEachChildElementWithName( in GetValueNode()515 return CreatePlistValue(m_dict_node); in GetStructuredData()
177 XMLNode m_dict_node; variable