Lines Matching defs:URI

668  * @URI:  the element namespace name if available
670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
682 const xmlChar *URI,
696 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
713 * @URI: the element namespace name if available
721 const xmlChar * URI)
730 reader->endElementNs(ctx, localname, prefix, URI);
1994 * @URI: the URI information for the source if available
2001 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) {
2065 (const char *) ret->input->buffer->content, 4, URI);
2069 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI);
2104 * @URI: the URI of the resource to process
2106 * Create an xmlTextReader structure fed with the resource at @URI
2111 xmlNewTextReaderFilename(const char *URI) {
2116 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
2119 ret = xmlNewTextReader(input, URI);
2126 directory = xmlParserGetDirectory(URI);
2375 * @namespaceURI: the namespace URI of the attribute.
2472 * @prefix: the prefix whose namespace URI is to be resolved. To return
2477 * Returns a string containing the namespace URI to which the prefix maps
2652 * @namespaceURI: the namespace URI of the attribute.
2655 * specified local name and namespace URI.
3296 * The URI defining the namespace associated with the node.
3298 * Returns the namespace URI or NULL if not available
3323 * The URI defining the namespace associated with the node.
3325 * Returns the namespace URI or NULL if not available, the string
3351 * The base URI of the node.
3353 * Returns the base URI or NULL if not available
3366 * The base URI of the node.
3368 * Returns the base URI or NULL if not available, the string
3886 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
4561 * Obtain the base URI for the given locator.
4563 * Returns the base URI or NULL in case of error.