Lines Matching refs:XPathEvaluationResult

337      *           XPathEvaluationResult.XPathResultType.getQNameType(type));
341 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type, specifying
342 * XPathEvaluationResult as the type will result in IllegalArgumentException.
344 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type must override
356 * corresponding to the types defined in the {@link XPathEvaluationResult.XPathResultType},
357 * or XPathEvaluationResult is specified as the type but an implementation supporting the
358 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type is not available.
366 XPathEvaluationResult.XPathResultType.getQNameType(type)));
372 * with type {@link XPathEvaluationResult}:
374 * evaluateExpression(expression, item, XPathEvaluationResult.class);
388 * evaluateExpression(expression, item, XPathEvaluationResult.class);
392 * {@link XPathEvaluationResult.XPathResultType#ANY ANY}
395 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type must therefore
406 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type.
411 default XPathEvaluationResult<?> evaluateExpression(String expression, Object item)
414 return evaluateExpression(expression, item, XPathEvaluationResult.class);
430 XPathEvaluationResult.XPathResultType.getQNameType(type));
434 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type, specifying
435 * XPathEvaluationResult as the type will result in IllegalArgumentException.
437 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type must override
449 * corresponding to the types defined in the {@link XPathEvaluationResult.XPathResultType
450 * XPathResultType}, or XPathEvaluationResult is specified as the type but an
452 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type is not available.
461 XPathEvaluationResult.XPathResultType.getQNameType(type)));
467 * with type {@link XPathEvaluationResult}:
469 * evaluateExpression(expression, item, XPathEvaluationResult.class);
475 * evaluateExpression(expression, source, XPathEvaluationResult.class);
479 * {@link XPathEvaluationResult.XPathResultType#ANY ANY}
482 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type must therefore
493 * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type.
498 default XPathEvaluationResult<?> evaluateExpression(String expression, InputSource source)
501 return evaluateExpression(expression, source, XPathEvaluationResult.class);