Home | History | Annotate | Download | only in libxml2

Lines Matching full:nodeset

73  * nodeset as this is a great improvement over the old Shell sort
1303 fprintf(output, "NodeSet is NULL !\n");
2288 * Wrap the Nodeset @val in a new xmlXPathObjectPtr
2376 * Acquire an xmlXPathObjectPtr of type NodeSet and initialize
3499 * @ns: the XPath namespace node found in a nodeset.
3533 xmlXPathErrMemory(NULL, "creating nodeset\n");
3541 xmlXPathErrMemory(NULL, "creating nodeset\n");
3573 xmlXPathErrMemory(NULL, "creating nodeset\n");
3581 xmlXPathErrMemory(NULL, "creating nodeset\n");
3633 * add a new namespace node to an existing NodeSet
3666 xmlXPathErrMemory(NULL, "growing nodeset\n");
3676 xmlXPathErrMemory(NULL, "growing nodeset hit limit\n");
3682 xmlXPathErrMemory(NULL, "growing nodeset\n");
3697 * add a new xmlNodePtr to an existing NodeSet
3721 xmlXPathErrMemory(NULL, "growing nodeset\n");
3731 xmlXPathErrMemory(NULL, "growing nodeset hit limit\n");
3737 xmlXPathErrMemory(NULL, "growing nodeset\n");
3758 * add a new xmlNodePtr to an existing NodeSet, optimized version
3775 xmlXPathErrMemory(NULL, "growing nodeset\n");
3785 xmlXPathErrMemory(NULL, "growing nodeset hit limit\n");
3791 xmlXPathErrMemory(NULL, "growing nodeset\n");
3809 * @val1: the first NodeSet or NULL
3810 * @val2: the second NodeSet
3891 xmlXPathErrMemory(NULL, "merging nodeset\n");
3901 xmlXPathErrMemory(NULL, "merging nodeset hit limit\n");
3907 xmlXPathErrMemory(NULL, "merging nodeset\n");
3928 * @set1: the first NodeSet or NULL
3929 * @set2: the second NodeSet
4002 xmlXPathErrMemory(NULL, "merging nodeset\n");
4012 xmlXPathErrMemory(NULL, "merging nodeset hit limit\n");
4018 xmlXPathErrMemory(NULL, "merging nodeset\n");
4041 * @set1: the first NodeSet or NULL
4042 * @set2: the second NodeSet
4090 xmlXPathErrMemory(NULL, "merging nodeset\n");
4100 xmlXPathErrMemory(NULL, "merging nodeset hit limit\n");
4106 xmlXPathErrMemory(NULL, "merging nodeset\n");
4124 * Removes an xmlNodePtr from an existing NodeSet
4161 * Removes an entry from an existing NodeSet list.
4180 * Free the NodeSet compound (not the actual nodes !).
4257 * Free the NodeSet compound and the actual tree, this is different
4287 * Quick display of a NodeSet
4295 fprintf(output, "NodeSet == NULL !\n");
4299 fprintf(output, "NodeSet is empty\n");
4326 * Create a new xmlXPathObjectPtr of type NodeSet and initialize
4337 xmlXPathErrMemory(NULL, "creating nodeset\n");
4382 * @val: an existing NodeSet
4384 * Create a new xmlXPathObjectPtr of type NodeSet and initialize
4385 * it with the Nodeset @val
4416 * Wrap the Nodeset @val in a new xmlXPathObjectPtr
6459 * Implement the compare operation between a nodeset and a number
6515 * Implement the compare operation between a nodeset and a string
6671 * Implement the compare operation between a nodeset and a value
6712 * @arg: the nodeset object argument
6737 * A NULL nodeset compared with a string is always false
6770 * @arg: the nodeset object argument
6829 * @arg1: first nodeset object argument
6830 * @arg2: second nodeset object argument
6950 *is a nodeset, so we can just pick the appropriate routine.
7164 *If either argument is a nodeset, it's a 'special case'
7169 *Hack it to assure arg1 is the nodeset
7249 *If either argument is a nodeset, it's a 'special case'
7254 *Hack it to assure arg1 is the nodeset
13001 * The nodeset should be in document order,
13109 * REVISIT TODO: Don't create a temporary nodeset
13183 * a single item in the nodeset.
13226 * Don't free the temporary nodeset
13657 * The nodeset should be in document order,
13691 * The nodeset should be in document order,
13892 * a single item in the nodeset.
13950 * Don't free the temporary nodeset
14096 * in the nodeset.