Home | History | Annotate | Download | only in libxml2

Lines Matching full:evaluation

81 * in a way, that it stop evaluation at the first node.
2402 * @ctxt: an XPath evaluation context
2426 * @ctxt: an XPath evaluation context
5424 * evaluation if this an XSLT Result Tree Fragment.
6139 xmlXPathErrMemory(ctxt, "creating evaluation context\n");
6149 xmlXPathErrMemory(ctxt, "creating evaluation context\n");
10200 * Early evaluation is possible since:
10265 * Compile a function call, the evaluation of all arguments are
11038 * only at evaluation time. The compilation is done
11400 * XPath precompiled expression evaluation *
11581 * node set is handed over to the evaluation mechanism.
11619 * TODO: The object was lost in the evaluation machinery.
11718 * key() evaluation are attempted on the predicate
11726 * node set is handed over to the evaluation mechanism.
11800 * The object was lost in the evaluation machinery.
11938 * Used to feed predicate evaluation.
12409 * QUESTION TODO: The old predicate evaluation took into
12413 * All what I learned now from the evaluation semantics
12425 * 2) Add a predicate evaluation information stack to the
12899 * Run the evaluation with a node list made of a
12920 * The result of the evaluation need to be tested to
12958 * The result is used as the new evaluation locset.
13005 * key() evaluation are attempted on the predicate
13012 * Run the evaluation with a node list made of
13037 * The result of the evaluation needs to be tested to
13073 * The result is used as the new evaluation set.
13579 * Run the evaluation with a node list made of a
13599 * The result of the evaluation need to be tested to
13624 * The result is used as the new evaluation locset.
13670 * key() evaluation are attempted on the predicate
13701 * Run the evaluation with a node list made of
13734 * The result of the evaluation needs to be tested to
13767 * The result is used as the new evaluation set.
13836 * Run the evaluation with a node list made of a
13901 * Run the evaluation with a node list made of a single item
13946 * The result is used as the new evaluation set.
14300 xmlXPathPErrMemory(ctxt, "creating evaluation context\n");
14313 * Evaluation to boolean result.
14323 * Evaluation to a sequence.
14336 * QUESTION TODO: This falls back to normal XPath evaluation
14365 * @res: the Predicate Expression evaluation result
14403 * @res: the Predicate Expression evaluation result
14676 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14716 "xmlXPathCompiledEval: evaluation failed\n");
14766 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14848 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14868 "xmlXPathEval: evaluation failed\n");
14910 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.