Lines Matching refs:namespaceURI
1038 * @namespaceURI: namespace URI or NULL
1047 const xmlChar * namespaceURI)
1070 if (namespaceURI != 0) {
1086 p->uri = xmlStrdup(namespaceURI);
1804 * @namespaceURI: namespace URI or NULL
1813 const xmlChar * namespaceURI)
1824 if (namespaceURI != 0) {
1834 nsentry.uri = (xmlChar *)namespaceURI;
1841 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {
1861 p->uri = xmlStrdup(namespaceURI);
2036 * @namespaceURI: namespace URI
2048 const xmlChar * namespaceURI,
2057 namespaceURI, format, ap);
2068 * @namespaceURI: namespace URI
2080 const xmlChar * namespaceURI,
2093 rc = xmlTextWriterWriteAttributeNS(writer, prefix, name, namespaceURI,
2105 * @namespaceURI: namespace URI
2115 const xmlChar * namespaceURI,
2125 count = xmlTextWriterStartAttributeNS(writer, prefix, name, namespaceURI);
2239 * @namespaceURI: namespace URI
2251 const xmlChar * namespaceURI,
2260 namespaceURI, format, ap);
2271 * @namespaceURI: namespace URI
2283 const xmlChar * namespaceURI,
2296 rc = xmlTextWriterWriteElementNS(writer, prefix, name, namespaceURI,
2308 * @namespaceURI: namespace URI
2318 const xmlChar * namespaceURI,
2329 xmlTextWriterStartElementNS(writer, prefix, name, namespaceURI);
4299 xmlChar *namespaceURI = NULL;
4306 namespaceURI = xmlStrdup(np->uri);
4313 count = xmlTextWriterWriteAttribute(writer, prefix, namespaceURI);
4314 xmlFree(namespaceURI);