Lines Matching refs:memorySource
1533 CXmlMemoryDocSource memorySource(configurableElement, false,
1540 if (not streamSink.process(memorySource, xmlParameterContext)) {
2624 CXmlMemoryDocSource memorySource(&element, _bValidateSchemasOnStart,
2631 bool processSuccess = sink.process(memorySource, xmlSerializingContext);
2955 CXmlMemoryDocSource memorySource(pXmlSource, false, strRootElementType);
2962 bool bProcessSuccess = streamSink.process(memorySource, xmlSerializingContext);