Home | History | Annotate | Download | only in libxml2

Lines Matching full:comparison

70 * xmlXPathCmpNodes(). The new function is optimized comparison of
71 * non-element nodes; actually it will speed up comparison only if
6380 * @strict: is the comparison strict
6391 * then the comparison will be true if and only if there is a node in the
6392 * node-set such that the result of performing the comparison on the number
6436 * @strict: is the comparison strict
6447 * then the comparison will be true if and only if there is a node in
6448 * the node-set such that the result of performing the comparison on the
6489 * @strict: is the comparison strict
6495 * If both objects to be compared are node-sets, then the comparison
6498 * the comparison on the string-values of the two nodes is true.
6512 * and then the comparison must be done when possible
6592 * @strict: is the comparison strict
6603 * then the comparison will be true if and only if the result of performing
6604 * the comparison on the boolean and on the result of converting
6643 * then the comparison will be true if and only if there is a node in
6644 * the node-set such that the result of performing the comparison on the
6701 * then the comparison will be true if and only if there is a node in
6702 * the node-set such that the result of performing the comparison on the
6760 * If both objects to be compared are node-sets, then the comparison
6763 * comparison on the string-values of the two nodes is true.
7229 * @strict: is the comparison strict
7240 * comparison will be true if and only if the first number is less than the
7241 * second number. The <= comparison will be true if and only if the first
7242 * number is less than or equal to the second number. The > comparison
7244 * number. The >= comparison will be true if and only if the first number
7247 * Returns 1 if the comparison succeeded, 0 if it failed
15079 * compared using string comparison functions, this function must always use