Searched defs:namespaces (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/xml/
H A Drepr-util.cpp80 static SPXMLNs *namespaces=NULL; variable
83 * There are the prefixes to use for the XML namespaces defined
145 namespaces = &defaults[0];
180 if (!namespaces) {
186 for ( SPXMLNs *iter=namespaces ; iter ; iter = iter->next ) {
199 SPXMLNs *found=namespaces;
225 ns->next = namespaces;
226 namespaces = ns;
241 if (!namespaces) {
247 for ( iter = namespaces ; ite
[all...]
/inkscape/
H A Dbuildtool.cpp858 namespaces = other.namespaces;
873 std::vector<Namespace> namespaces; member in class:buildtool::Element
990 elem->namespaces = namespaces;
1063 namespaces.push_back(ns);
1081 for (std::size_t i=0 ; i<namespaces.size() ; i++)
1084 namespaces[i].getPrefix().c_str(),
1085 namespaces[i].getNamespaceURI().c_str());

Completed in 42 milliseconds