Lines Matching defs:doc
434 _xmlDoc *doc =
436 if (doc == NULL) {
440 if (!xmlParse(elementSerializingContext, getFrameworkConfiguration(), doc, _xmlConfigurationUri,
519 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(structureUri, true, true, parameterBuildContext);
520 if (doc == NULL) {
524 if (!xmlParse(parameterBuildContext, pSystemClass, doc, structureUri,
609 _xmlDoc *doc =
611 if (doc == NULL) {
615 return xmlParse(xmlDomainImportContext, pConfigurableDomains, doc, _xmlConfigurationUri,
621 CElement *pRootElement, _xmlDoc *doc, const string &baseUri,
628 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, pRootElement->getXmlElementName(),
1532 // Use a doc source by loading data from instantiated Configurable Domains
1536 // Use a doc sink that write the doc data in a string
1558 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(settings, false, false, xmlParameterContext);
1559 if (doc == nullptr) {
1562 if (not xmlParse(xmlParameterContext, configurableElement, doc, "",
2605 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, xmlDomainImportContext);
2606 if (doc == NULL) {
2610 return xmlParse(xmlDomainImportContext, &element, doc, "", EParameterConfigurationLibrary, true,
2623 // Use a doc source by loading data from instantiated Configurable Domains
2628 // Use a doc sink to write the doc data in a stream
2954 // Use a doc source by loading data from instantiated Configurable Domains
2957 // Use a doc sink that write the doc data in a string