Home
last modified time | relevance | path

Searched refs:bValidateWithSchemas (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DFileIncluderElementBuilder.h44 CFileIncluderElementBuilder(bool bValidateWithSchemas, const std::string &schemaBaseUri) in CFileIncluderElementBuilder() argument
45 : CElementBuilder(), _bValidateWithSchemas(bValidateWithSchemas), in CFileIncluderElementBuilder()
DXmlFileIncluderElement.cpp41 bool bValidateWithSchemas, in CXmlFileIncluderElement() argument
43 : base(strName, strKind), _bValidateSchemasOnStart(bValidateWithSchemas), in CXmlFileIncluderElement()
DXmlFileIncluderElement.h41 bool bValidateWithSchemas, const std::string &schemaBaseUri);