Searched refs:_strRootElementName (Results 1 – 2 of 2) sorted by relevance
50 _strRootElementName(""), in CXmlDocSource()66 _strRootElementName(strRootElementName), in CXmlDocSource()152 if (!_strRootElementName.empty() && strRootElementNameCheck != _strRootElementName) { in validate()156 + _strRootElementName + " mismatches expected " in validate()
200 std::string _strRootElementName; variable