Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlDocSource.cpp50 _strRootElementName(""), in CXmlDocSource()
66 _strRootElementName(strRootElementName), in CXmlDocSource()
152 if (!_strRootElementName.empty() && strRootElementNameCheck != _strRootElementName) { in validate()
156 + _strRootElementName + " mismatches expected " in validate()
DXmlDocSource.h200 std::string _strRootElementName; variable