Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp46 _strNameAttributeName(""), _bValidateWithSchema(bValidateWithSchema) in CXmlDocSource()
54 _strRootElementName(strRootElementName), _strNameAttributeName(strNameAttributeName), in CXmlDocSource()
146 if (!_strNameAttributeName.empty()) { in populate()
148 string strRootElementNameCheck = getRootElementAttributeString(_strNameAttributeName); in populate()
DXmlDocSource.h205 std::string _strNameAttributeName; variable