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

Lines Matching refs:URI

690  * @URI:  the element namespace name if available
692 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
695 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
704 const xmlChar *URI,
718 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
735 * @URI: the element namespace name if available
743 const xmlChar * URI)
752 reader->endElementNs(ctx, localname, prefix, URI);
2049 * @URI: the URI information for the source if available
2056 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) {
2121 4, URI);
2125 ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI);
2160 * @URI: the URI of the resource to process
2162 * Create an xmlTextReader structure fed with the resource at @URI
2167 xmlNewTextReaderFilename(const char *URI) {
2172 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
2175 ret = xmlNewTextReader(input, URI);
2182 directory = xmlParserGetDirectory(URI);
2432 * @namespaceURI: the namespace URI of the attribute.
2529 * @prefix: the prefix whose namespace URI is to be resolved. To return
2534 * Returns a string containing the namespace URI to which the prefix maps
2709 * @namespaceURI: the namespace URI of the attribute.
2712 * specified local name and namespace URI.
3356 * The URI defining the namespace associated with the node.
3358 * Returns the namespace URI or NULL if not available,
3384 * The URI defining the namespace associated with the node.
3386 * Returns the namespace URI or NULL if not available, the string
3412 * The base URI of the node.
3414 * Returns the base URI or NULL if not available,
3428 * The base URI of the node.
3430 * Returns the base URI or NULL if not available, the string
3950 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
4763 * Obtain the base URI for the given locator.
4765 * Returns the base URI or NULL in case of error,