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

Lines Matching refs:URI

687  * @URI:  the element namespace name if available
689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
701 const xmlChar *URI,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
732 * @URI: the element namespace name if available
740 const xmlChar * URI)
749 reader->endElementNs(ctx, localname, prefix, URI);
2030 * @URI: the URI information for the source if available
2037 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) {
2101 (const char *) ret->input->buffer->content, 4, URI);
2105 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI);
2140 * @URI: the URI of the resource to process
2142 * Create an xmlTextReader structure fed with the resource at @URI
2147 xmlNewTextReaderFilename(const char *URI) {
2152 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
2155 ret = xmlNewTextReader(input, URI);
2162 directory = xmlParserGetDirectory(URI);
2411 * @namespaceURI: the namespace URI of the attribute.
2508 * @prefix: the prefix whose namespace URI is to be resolved. To return
2513 * Returns a string containing the namespace URI to which the prefix maps
2688 * @namespaceURI: the namespace URI of the attribute.
2691 * specified local name and namespace URI.
3335 * The URI defining the namespace associated with the node.
3337 * Returns the namespace URI or NULL if not available,
3363 * The URI defining the namespace associated with the node.
3365 * Returns the namespace URI or NULL if not available, the string
3391 * The base URI of the node.
3393 * Returns the base URI or NULL if not available,
3407 * The base URI of the node.
3409 * Returns the base URI or NULL if not available, the string
3928 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
4612 * Obtain the base URI for the given locator.
4614 * Returns the base URI or NULL in case of error,