Searched defs:href (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath1.c150 xmlChar* href; local
178 /* find href */
179 href = next;
186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
187 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
233 cur->ns->href, cu
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Drunsuite.c790 xmlChar *href = NULL; local
800 href = getString(cur,
801 "string(ts:instanceDocument/@xlink:href)");
802 if ((href == NULL) || (href[0] == 0)) {
803 test_log("testGroup line %ld misses href for schemaDocument\n",
808 path = xmlBuildURI(href, BAD_CAST base);
812 xmlGetLineNo(cur), href);
871 if (href != NULL) xmlFree(href);
887 xmlChar *href = NULL; local
[all...]
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c727 if (ns->href == NULL) {
730 "Incomplete namespace %s href=NULL\n",
734 "Incomplete default namespace href=NULL\n");
738 fprintf(ctxt->output, "namespace %s href=",
741 fprintf(ctxt->output, "default namespace href=");
743 xmlCtxtDumpString(ctxt, ns->href);
1766 fprintf(output, "default -> %s", (char *)ns->href);
1769 (char *)ns->href);
2106 xmlChar* href; local
2126 /* find href */
[all...]
H A Dxinclude.c495 xmlChar *href; local
514 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
515 if (href == NULL) {
516 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
517 if (href == NULL)
521 if (href[0] == '#')
532 if (href != NULL)
533 xmlFree(href);
545 URI = xmlBuildURI(href, ctx
1982 xmlChar *href; local
[all...]
H A Dtree.c701 * @href: the URI associated
707 * We use href==NULL in the case of an element creation where the namespace
712 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
732 if (href != NULL)
733 cur->href = xmlStrdup(href);
800 if (cur->href != NULL) xmlFree((char *) cur->href);
2874 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
5712 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
H A Drelaxng.c45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
400 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGInclude
413 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGDocument
682 if (docu->href != NULL)
683 xmlFree(docu->href);
721 if (incl->href != NULL)
722 xmlFree(incl->href);
1550 xmlChar *href local
6901 xmlChar *href, *ns, *base, *URL; local
6987 xmlChar *href, *ns, *base, *URL; local
[all...]
H A Dtestapi.c21352 xmlChar * href; /* the URI associated */ local
21362 href = gen_const_xmlChar_ptr(n_href, 1);
21365 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix);
21370 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 1);
22979 xmlChar * href; /* the namespace value */ local
22988 href = gen_const_xmlChar_ptr(n_href, 2);
22990 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
22995 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 2);
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
351 const xmlChar *href; /* URL for the namespace */ member in struct:_xmlNs
700 const xmlChar *href,
705 const xmlChar *href,
925 const xmlChar *href);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c2678 xmlChar *href; local
2682 (args, (char *) "Oz:xmlNodeRemoveNsDef", &pyobj_node, &href))
2692 if (href == NULL) {
2701 if (xmlStrEqual(ns->href, href)) {
H A Dlibxml2-py.c2741 xmlChar * href; local
2744 if (!PyArg_ParseTuple(args, (char *)"Ozz:xmlNewNs", &pyobj_node, &href, &prefix))
2748 c_retval = xmlNewNs(node, href, prefix);
5927 xmlChar * href; local
5930 if (!PyArg_ParseTuple(args, (char *)"Ozz:xmlNewGlobalNs", &pyobj_doc, &href, &prefix))
5934 c_retval = xmlNewGlobalNs(doc, href, prefix);
13013 xmlChar * href; local
13015 if (!PyArg_ParseTuple(args, (char *)"OOz:xmlSearchNsByHref", &pyobj_doc, &pyobj_node, &href))
13020 c_retval = xmlSearchNsByHref(doc, node, href);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jar ... readerMap protected java.util.Vector readerArr public void " href="/source/s?defs=%3Cinit% ...
H A Djaxb-xjc.jar ... com.sun.codemodel.ClassType ENUM private void " href="/source/s?defs=%3Cinit% ...
H A Djaxb-impl.jar ... sun.xml.bind.AccessorFactoryImpl instance private void " href="/source/s?defs=%3Cinit% ...
H A Djaxws-rt.jar ... boolean w3cMetadataWritten static final synthetic boolean $assertionsDisabled public void " href="/source/s?defs=%3Cinit% ...

Completed in 770 milliseconds