Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ids

8495  * @ids:  a whitespace separated list of IDs
8502 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
8504 const xmlChar *cur = ids;
8509 if (ids == NULL) return(NULL);
8520 ID = xmlStrndup(ids, cur - ids);
8544 ids = cur;
8557 * (see [5.2.1 Unique IDs]). When the argument to id is of type node-set,