HomeSort by relevance Sort by last modified time
    Searched refs:_schemaBaseUri (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/parameter/
FileIncluderElementBuilder.h 46 _schemaBaseUri(schemaBaseUri)
53 _bValidateWithSchemas, _schemaBaseUri);
58 const std::string _schemaBaseUri;
XmlFileIncluderElement.h 49 const std::string _schemaBaseUri;
XmlFileIncluderElement.cpp 44 _schemaBaseUri(schemaBaseUri)
68 if (not _schemaBaseUri.empty()) {
69 docSource.setSchemaBaseUri(_schemaBaseUri);
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 89 _schemaBaseUri = uri;
94 return _schemaBaseUri;
102 return mkUri(_schemaBaseUri + "/", getRootElementName() + ".xsd");
XmlDocSource.h 212 std::string _schemaBaseUri;

Completed in 56 milliseconds