Home
last modified time | relevance | path

Searched refs:docSource (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DXmlFileIncluderElement.cpp66 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, strIncludedElementType); in fromXml() local
69 docSource.setSchemaBaseUri(_schemaBaseUri); in fromXml()
72 if (!docSource.isParsable()) { in fromXml()
82 docSource.getRootElement(childElement); in fromXml()
103 if (!memorySink.process(docSource, elementSerializingContext)) { in fromXml()
DParameterMgr.cpp628 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, pRootElement->getXmlElementName(), in xmlParse() local
631 docSource.setSchemaBaseUri(getSchemaUri()); in xmlParse()
643 if (!memorySink.process(docSource, elementSerializingContext)) { in xmlParse()