• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxml2-26/libxml2/

Lines Matching refs:URI

380             errmsg = "SYSTEM or PUBLIC, the URI is missing";
1788 * @URI: the element namespace name
1796 const xmlChar *prefix, const xmlChar *URI, int nsNr)
1822 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1833 * Pops the top element/prefix/URI name from the name stack
4671 xmlChar *URI = NULL;
4683 URI = xmlParseSystemLiteral(ctxt);
4684 if (URI == NULL) {
4722 URI = xmlParseSystemLiteral(ctxt);
4723 if (URI == NULL) {
4727 return(URI);
5401 xmlChar *URI = NULL, *literal = NULL;
5460 URI = xmlParseExternalID(ctxt, &literal, 1);
5461 if ((URI == NULL) && (literal == NULL)) {
5464 if (URI) {
5467 uri = xmlParseURI((const char *) URI);
5470 "Invalid URI: %s\n", URI);
5489 literal, URI, NULL);
5524 URI = xmlParseExternalID(ctxt, &literal, 1);
5525 if ((URI == NULL) && (literal == NULL)) {
5528 if (URI) {
5531 uri = xmlParseURI((const char *)URI);
5534 "Invalid URI: %s\n", URI);
5567 literal, URI, ndata);
5573 literal, URI, NULL);
5595 literal, URI, NULL);
5640 if (URI != NULL) xmlFree(URI);
7214 user_data, ctxt->depth, ent->URI,
7333 ent->URI, ent->ExternalID, NULL);
8255 xmlChar *URI = NULL;
8279 URI = xmlParseExternalID(ctxt, &ExternalID, 1);
8281 if ((URI != NULL) || (ExternalID != NULL)) {
8284 ctxt->extSubURI = URI;
8294 ctxt->sax->internalSubset(ctxt->userData, name, ExternalID, URI);
9218 const xmlChar **URI, int *tlen) {
9299 "xmlns: '%s' is not a valid URI\n",
9304 "xmlns: URI %s is not absolute\n",
9312 "xml namespace URI cannot be the default namespace\n",
9348 "xml namespace prefix mapped to wrong URI\n",
9359 "xml namespace URI mapped to wrong prefix\n",
9387 "xmlns:%s: '%s' is not a valid URI\n",
9392 "xmlns:%s: URI %s is not absolute\n",
9431 atts[nbatts++] = NULL; /* the URI will be fetched later */
9596 *URI = nsname;
9658 const xmlChar *URI, int line, int nsNr, int tlen) {
9715 ctxt->sax->endElementNs(ctxt->userData, ctxt->name, prefix, URI);
9935 const xmlChar *URI = NULL;
9968 name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen);
10001 ctxt->sax->endElementNs(ctxt->userData, name, prefix, URI);
10077 xmlParseEndTag2(ctxt, prefix, URI, line, ctxt->nsNr - nsNr, tlen);
11340 const xmlChar *URI = NULL;
11371 name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen);
11407 prefix, URI);
11439 nameNsPush(ctxt, name, prefix, URI, ctxt->nsNr - nsNr);
12354 * @filename: an optional file name or URI
13968 * @base: a possible base for the target URI
14033 * @base: a possible base for the target URI
14895 * @filename: an optional file name or URI