Searched defs:localname (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c885 const xmlChar *localname,
899 fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
942 const xmlChar *localname,
949 fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
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
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A DSAX2.c1880 * @localname: the local name of the attribute
1893 const xmlChar * localname,
1923 ret->name = localname;
1925 ret->name = xmlStrdup(localname);
1943 (xmlChar *) localname, NULL);
1945 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL);
2029 fullname = xmlBuildQName(localname, prefix, fn, 50);
2038 if ((fullname != fn) && (fullname != localname))
2070 (localname[0] == 'i') && (localname[
1892 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument
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
[all...]
H A Dxmllint.c1510 const xmlChar *localname,
1524 fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
1567 const xmlChar *localname,
1574 fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
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
1566 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Druntest.c1410 const xmlChar *localname,
1424 fprintf(SAXdebug, "SAX.startElementNs(%s", (char *) localname);
1467 const xmlChar *localname,
1474 fprintf(SAXdebug, "SAX.endElementNs(%s", (char *) localname);
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
1466 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxmlreader.c666 * @localname: the local name of the element
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
680 const xmlChar *localname,
693 printf("xmlTextReaderStartElementNs(%s)\n", localname);
696 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
711 * @localname: the local name of the element
719 const xmlChar * localname,
727 printf("xmlTextReaderEndElementNs(%s)\n", localname);
730 reader->endElementNs(ctx, localname, prefix, URI);
2324 xmlChar *localname; local
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
718 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2569 xmlChar *localname; local
[all...]
H A Dparser.c245 * @localname: the attribute localname
251 const xmlChar * localname)
261 (const char *) localname, NULL, NULL, 0, 0,
262 "Attribute %s redefined\n", localname);
266 (const char *) prefix, (const char *) localname,
268 localname);
965 const xmlChar *values[4]; /* array of localname/prefix/values */
994 * split the element name into prefix:localname , the string found
1031 * Split the element name into prefix:localname , th
250 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, const xmlChar * localname) argument
8149 const xmlChar *localname; local
[all...]
H A Dxmlschemas.c27159 const xmlChar * localname,
27195 ielem->localName = localname;
27298 const xmlChar * localname ATTRIBUTE_UNUSED,
27318 if ((!xmlStrEqual(vctxt->inode->localName, localname)) ||
28340 startElementNsSplit(void *ctx, const xmlChar * localname, argument
28350 ctxt->user_sax->startElementNs(ctxt->user_data, localname, prefix,
28355 xmlSchemaSAXHandleStartElementNs(ctxt->ctxt, localname, prefix,
28362 endElementNsSplit(void *ctx, const xmlChar * localname, argument
28369 ctxt->user_sax->endElementNs(ctxt->user_data, localname, prefix, URI);
28371 xmlSchemaSAXHandleEndElementNs(ctxt->ctxt, localname, prefi
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
[all...]
H A Dtestapi.c4085 xmlChar * localname; /* the local name of the element */ local
4098 localname = gen_const_xmlChar_ptr(n_localname, 1);
4102 xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
4105 des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
5057 xmlChar * localname; /* the local name of the element */ local
5071 xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
5085 localname = gen_const_xmlChar_ptr(n_localname, 1);
5094 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5097 des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
35799 xmlChar * name; /* the localname o
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
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.jar ... .dom.Element child String prefix String ns String localName org.w3c.dom.Node n int i ...

Completed in 373 milliseconds