Searched refs:namespaceURI (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlwriter.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlreader.h219 const xmlChar *namespaceURI);
234 const xmlChar *namespaceURI);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djsr173_api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c1038 * @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);
1045 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1811 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2045 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2077 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2113 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2248 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2280 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2316 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
4299 xmlChar *namespaceURI = NULL; local
[all...]
H A Dxmlreader.c2386 * @namespaceURI: the namespace URI of the attribute.
2395 const xmlChar *namespaceURI) {
2410 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2425 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2663 * @namespaceURI: the namespace URI of the attribute.
2672 const xmlChar *localName, const xmlChar *namespaceURI) {
2678 if ((reader == NULL) || (localName == NULL) || (namespaceURI == NULL))
2686 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2711 (xmlStrEqual(prop->ns->href, namespaceURI)))) {
2394 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
2671 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
H A Dtestapi.c30665 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
30674 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
30676 ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
30681 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
31351 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
31360 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
31362 ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
31367 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
43257 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43661 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43805 xmlChar * namespaceURI; /* namespace URI */ local
44575 xmlChar * namespaceURI; /* namespace URI */ local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmldom.idl194 HRESULT namespaceURI( [out,retval] BSTR *namespaceURI );
270 [in] BSTR namespaceURI,
397 [in] BSTR namespaceURI,
402 [in] BSTR namespaceURI,
H A Dmsxml2.idl477 HRESULT namespaceURI([retval, out] BSTR *p);
657 HRESULT namespaceURI([in] LONG index, [out, retval] BSTR *len);
689 [in] BSTR namespaceURI,
2270 HRESULT startElement( [in, out] BSTR * namespaceURI,
2276 HRESULT endElement( [in, out] BSTR * namespaceURI,
2700 [in] const WCHAR *namespaceURI);
2752 [in] BSTR namespaceURI);
2759 [in] BSTR namespaceURI,
2873 [in] BSTR namespaceURI,
2899 HRESULT namespaceURI(
[all...]
H A Dmsxml6.idl398 HRESULT namespaceURI([retval, out] BSTR *p);
578 HRESULT namespaceURI([in] LONG index, [out, retval] BSTR *len);
610 [in] BSTR namespaceURI,
2134 HRESULT startElement( [in, out] BSTR * namespaceURI,
2140 HRESULT endElement( [in, out] BSTR * namespaceURI,
2564 [in] const WCHAR *namespaceURI);
2616 [in] BSTR namespaceURI);
2623 [in] BSTR namespaceURI,
2737 [in] BSTR namespaceURI,
2763 HRESULT namespaceURI(
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldom.idl188 HRESULT namespaceURI( [out,retval] BSTR *namespaceURI );
264 [in] BSTR namespaceURI,
391 [in] BSTR namespaceURI,
396 [in] BSTR namespaceURI,
H A Dmsxml2.idl387 HRESULT namespaceURI([retval, out] BSTR *p);
563 HRESULT namespaceURI([in] LONG index, [out, retval] BSTR *len);
593 [in] BSTR namespaceURI,
1784 HRESULT startElement( [in, out] BSTR * namespaceURI,
1790 HRESULT endElement( [in, out] BSTR * namespaceURI,
2187 [in] BSTR namespaceURI,
2212 HRESULT namespaceURI(
2213 [out,retval] BSTR* namespaceURI);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10407 xmlChar * namespaceURI; local
10409 if (!PyArg_ParseTuple(args, (char *)"Ozz:xmlTextReaderMoveToAttributeNs", &pyobj_reader, &localName, &namespaceURI))
10413 c_retval = xmlTextReaderMoveToAttributeNs(reader, localName, namespaceURI);
11305 xmlChar * namespaceURI; local
11307 if (!PyArg_ParseTuple(args, (char *)"Ozz:xmlTextReaderGetAttributeNs", &pyobj_reader, &localName, &namespaceURI))
11311 c_retval = xmlTextReaderGetAttributeNs(reader, localName, namespaceURI);

Completed in 324 milliseconds