Lines Matching refs:evaluate
46 * If a request is made to evaluate the expression in the absence
91 * more than one thread at any given time, and while the <code>evaluate</code>
93 * the <code>evaluate</code> method.
233 public Object evaluate(String expression, Object item, QName returnType)
239 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
259 public String evaluate(String expression, Object item)
267 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
279 * @param source The input source of the document to evaluate over.
289 public Object evaluate(
299 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
309 * @param source The <code>InputSource</code> of the document to evaluate over.
317 public String evaluate(String expression, InputSource source)