Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp568 std::set<std::string> theImportedSchemas; member in zorba::TranslatorImpl
2123 if (! theImportedSchemas.insert(targetNS.str()).second) in import_schema()
2236 if (theImportedSchemas.find(aTargetNs.str()) == theImportedSchemas.end()) in import_schema_auto_prefix()