Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2231 const zstring& aTargetNs, in import_schema_auto_prefix() argument
2236 if (theImportedSchemas.find(aTargetNs.str()) == theImportedSchemas.end()) in import_schema_auto_prefix()
2239 std::size_t lLastSlash = aTargetNs.find_last_of("/"); in import_schema_auto_prefix()
2241 if (lLastSlash + 1 < aTargetNs.size()) in import_schema_auto_prefix()
2243 lPrefixStr = aTargetNs.substr(lLastSlash + 1); in import_schema_auto_prefix()
2270 import_schema(aLoc, &lPrefix, aTargetNs, atlist); in import_schema_auto_prefix()