Lines Matching defs:evaluate

93  * more than one thread at any given time, and while the {@code evaluate}
95 * the {@code evaluate} method.
130 public Object evaluate(Object item, QName returnType)
136 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a {@code returnType} of
157 public String evaluate(Object item)
166 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.
177 * @param source The {@code InputSource} of the document to evaluate over.
187 public Object evaluate(InputSource source, QName returnType)
195 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a {@code returnType} of
203 * @param source The {@code InputSource} of the document to evaluate over.
211 public String evaluate(InputSource source)
230 * (T)evaluate(item, XPathEvaluationResult.XPathResultType.getQNameType(type));
233 * Since the {@code evaluate} method does not support the
259 return type.cast(evaluate(item, XPathEvaluationResult.XPathResultType.getQNameType(type)));
284 * Since the {@code evaluate} method does not support the
321 (T)evaluate(source, XPathEvaluationResult.XPathResultType.getQNameType(type));
324 * Since the {@code evaluate} method does not support the
332 * @param source The {@code InputSource} of the document to evaluate over.
351 return type.cast(evaluate(source, XPathEvaluationResult.XPathResultType.getQNameType(type)));
368 * Since the {@code evaluate} method does not support the
375 * @param source The {@code InputSource} of the document to evaluate over.