Searched refs:namespaces (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c140 int nbNs; /* the number of namespaces */
145 int nbNamespaces; /* number of namespaces in the array */
147 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematron
188 int nbNamespaces; /* number of namespaces in the array */
190 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
399 ctxt->namespaces);
564 if (schema->namespaces != NULL)
565 xmlFree((char **) schema->namespaces);
[all...]
H A Dpattern.c182 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
183 int nb_namespaces; /* the number of namespaces */
281 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
290 const xmlChar **namespaces) {
306 if (namespaces != NULL) {
308 for (i = 0;namespaces[2 * i] != NULL;i++);
313 cur->namespaces = namespaces;
959 if (xmlStrEqual(ctxt->namespaces[
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2350 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
H A DtestSAX.c889 const xmlChar **namespaces,
910 if (namespaces != NULL) {
913 if (namespaces[i] != NULL)
914 fprintf(stdout, ":%s", namespaces[i]);
916 fprintf(stdout, "='%s'", namespaces[i]);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Druntest.c1414 const xmlChar **namespaces,
1435 if (namespaces != NULL) {
1438 if (namespaces[i] != NULL)
1439 fprintf(SAXdebug, ":%s", namespaces[i]);
1441 fprintf(SAXdebug, "='%s'", namespaces[i]);
3456 const xmlChar *namespaces[22]; local
3462 namespaces[j++] = ns->href;
3463 namespaces[j++] = ns->prefix;
3465 namespaces[j++] = NULL;
3466 namespaces[
1409 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmllint.c1514 const xmlChar **namespaces,
1535 if (namespaces != NULL) {
1538 if (namespaces[i] != NULL)
1539 fprintf(stdout, ":%s", namespaces[i]);
1541 fprintf(stdout, "='%s'", namespaces[i]);
1972 const xmlChar *namespaces[22]; local
1978 namespaces[i++] = ns->href;
1979 namespaces[i++] = ns->prefix;
1981 namespaces[i++] = NULL;
1982 namespaces[
1509 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxpath.c3869 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
3976 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5082 if (ctxt->namespaces != NULL) {
5086 if ((ctxt->namespaces[i] != NULL) &&
5087 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5088 return(ctxt->namespaces[i]->href);
12002 * Setup namespaces.
14520 const xmlChar **namespaces = NULL; local
14531 * Additionally, if there is no list of namespaces available and
14534 * to have a list of namespaces a
[all...]
H A DSAX2.c1620 * Insert all the defaulted attributes from the DTD especially namespaces
1649 * processed, the local namespaces are available.
2109 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2125 const xmlChar **namespaces,
2201 pref = namespaces[i++];
2202 uri = namespaces[i++];
2120 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
684 const xmlChar **namespaces,
697 namespaces, nb_attributes, nb_defaulted,
3897 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
3907 const xmlChar **namespaces)
3914 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
679 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3906 xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces) argument
H A Dxmlschemas.c118 * The XML Schemas namespaces
600 /* xmlHashTablePtr namespaces; */
6784 * Avoid dublicate namespaces.
8013 * TODO: We need the array of in-scope namespaces for compilation.
8022 * Build an array of prefixes and namespaces.
27163 const xmlChar ** namespaces,
27199 * Register namespaces on the elem info.
27236 ielem->nsBindings[ielem->nbNsBindings * 2] = namespaces[j];
27237 if (namespaces[j+1][0] == 0) {
27244 namespaces[
27158 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28340 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
[all...]
H A Dtestapi.c5065 xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */ local
5089 namespaces = gen_const_xmlChar_ptr_ptr(n_namespaces, 5);
5094 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5101 des_const_xmlChar_ptr_ptr(n_namespaces, (const xmlChar **)namespaces, 5);
5330 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
5399 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
5475 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
19127 int extended; /* if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable) */
19596 int extended; /* if 1 do a recursive copy (properties, namespaces an
31774 xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dpattern.h56 const xmlChar **namespaces);
H A DSAX2.h116 const xmlChar **namespaces,
H A Dxpath.h260 * check namespaces at compilation
305 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
319 xmlHashTablePtr nsHash; /* The namespaces hash table */
335 xmlNsPtr *tmpNsList; /* Array of namespaces */
336 int tmpNsNr; /* number of namespaces in scope */
H A Dxmlreader.h271 const xmlChar **namespaces);
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */
669 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
686 const xmlChar **namespaces,
1092 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml2.idl610 HRESULT namespaces([retval, out] IXMLDOMSchemaCollection **schemaCollection);
2534 HRESULT namespaces(
2535 [out,retval] ISchemaStringCollection** namespaces);
H A Dmshtml.idl12331 HRESULT namespaces([retval, out] IDispatch **p);
12968 IDispatch *namespaces();
/vbox/src/VBox/Main/webservice/jaxlibs/
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 Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsxml2.idl708 HRESULT namespaces([retval, out] IXMLDOMSchemaCollection **schemaCollection);
3230 HRESULT namespaces(
3231 [out,retval] ISchemaStringCollection** namespaces);
H A Dmsxml6.idl629 HRESULT namespaces([retval, out] IXMLDOMSchemaCollection **schemaCollection);
3094 HRESULT namespaces(
3095 [out,retval] ISchemaStringCollection** namespaces);

Completed in 284 milliseconds

12