Lines Matching refs:evaluate
45 * If a request is made to evaluate the expression in the absence
87 * more than one thread at any given time, and while the <code>evaluate</code>
89 * the <code>evaluate</code> method.
123 public Object evaluate(Object item, QName returnType)
129 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of
146 public String evaluate(Object item)
154 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.</p>
165 * @param source The <code>InputSource</code> of the document to evaluate over.
175 public Object evaluate(InputSource source, QName returnType)
182 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
190 * @param source The <code>InputSource</code> of the document to evaluate over.
198 public String evaluate(InputSource source)