• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching refs:URI

344             errmsg = "SYSTEM or PUBLIC, the URI is missing\n";
1611 * @URI: the element namespace name
1619 const xmlChar *prefix, const xmlChar *URI, int nsNr)
1645 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1656 * Pops the top element/prefix/URI name from the name stack
4328 xmlChar *URI = NULL;
4340 URI = xmlParseSystemLiteral(ctxt);
4341 if (URI == NULL) {
4379 URI = xmlParseSystemLiteral(ctxt);
4380 if (URI == NULL) {
4384 return(URI);
5007 xmlChar *URI = NULL, *literal = NULL;
5066 URI = xmlParseExternalID(ctxt, &literal, 1);
5067 if ((URI == NULL) && (literal == NULL)) {
5070 if (URI) {
5073 uri = xmlParseURI((const char *) URI);
5076 "Invalid URI: %s\n", URI);
5095 literal, URI, NULL);
5130 URI = xmlParseExternalID(ctxt, &literal, 1);
5131 if ((URI == NULL) && (literal == NULL)) {
5134 if (URI) {
5137 uri = xmlParseURI((const char *)URI);
5140 "Invalid URI: %s\n", URI);
5173 literal, URI, ndata);
5179 literal, URI, NULL);
5201 literal, URI, NULL);
5244 if (URI != NULL) xmlFree(URI);
6808 user_data, ctxt->depth, ent->URI,
6924 ent->URI, ent->ExternalID, NULL);
7806 xmlChar *URI = NULL;
7830 URI = xmlParseExternalID(ctxt, &ExternalID, 1);
7832 if ((URI != NULL) || (ExternalID != NULL)) {
7835 ctxt->extSubURI = URI;
7845 ctxt->sax->internalSubset(ctxt->userData, name, ExternalID, URI);
8723 const xmlChar **URI, int *tlen) {
8804 "xmlns: '%s' is not a valid URI\n",
8809 "xmlns: URI %s is not absolute\n",
8817 "xml namespace URI cannot be the default namespace\n",
8853 "xml namespace prefix mapped to wrong URI\n",
8864 "xml namespace URI mapped to wrong prefix\n",
8892 "xmlns:%s: '%s' is not a valid URI\n",
8897 "xmlns:%s: URI %s is not absolute\n",
8936 atts[nbatts++] = NULL; /* the URI will be fetched later */
9099 *URI = nsname;
9161 const xmlChar *URI, int line, int nsNr, int tlen) {
9216 ctxt->sax->endElementNs(ctxt->userData, ctxt->name, prefix, URI);
9425 const xmlChar *URI = NULL;
9458 name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen);
9489 ctxt->sax->endElementNs(ctxt->userData, name, prefix, URI);
9563 xmlParseEndTag2(ctxt, prefix, URI, line, ctxt->nsNr - nsNr, tlen);
10806 const xmlChar *URI = NULL;
10837 name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen);
10871 prefix, URI);
10900 nameNsPush(ctxt, name, prefix, URI, ctxt->nsNr - nsNr);
11668 * @filename: an optional file name or URI
13274 * @base: a possible base for the target URI
13339 * @base: a possible base for the target URI
14201 * @filename: an optional file name or URI