Searched refs:xmlUri (Results 1 – 3 of 3) sorted by relevance
42 const string &xmlUri) in set() argument45 _xmlUri = xmlUri; in set()
44 void set(const CElementLibrary *pElementLibrary, const std::string &xmlUri);
225 xml_unique_ptr xmlUri(xmlBuildURI(relativeUri.get(), baseUri.get()), xmlFree); in mkUri() local227 ALWAYS_ASSERT(xmlUri != nullptr, "unable to make URI from: \"" << base << "\" and \"" in mkUri()230 return (const char *)xmlUri.get(); in mkUri()