Searched defs:strRootElementType (Results 1 - 3 of 3) sorted by relevance
/external/parameter-framework/xmlserializer/ |
H A D | XmlMemoryDocSource.cpp | 38 const std::string& strRootElementType, 43 xmlNewNode(NULL, BAD_CAST strRootElementType.c_str())), 37 CXmlMemoryDocSource(const IXmlSource* pXmlSource, bool bValidateWithSchema, const std::string& strRootElementType, const std::string& strXmlSchemaFile, const std::string& strProduct, const std::string& strVersion) argument
|
H A D | XmlDocSource.cpp | 59 const string& strRootElementType, 65 _strRootElementType(strRootElementType), 57 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, const string& strXmlSchemaFile, const string& strRootElementType, const string& strRootElementName, const string& strNameAttributeName) argument
|
/external/parameter-framework/parameter/ |
H A D | ParameterMgr.cpp | 2622 const string& strRootElementType, 2630 CXmlMemoryDocSource memorySource(pXmlSource, false, strRootElementType); 2621 exportElementToXMLString(const IXmlSource* pXmlSource, const string& strRootElementType, string& strResult) const argument
|
Completed in 104 milliseconds