Searched defs:evaluate (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFunction.java48 public Object evaluate(List args) method in interface:XPathFunction
H A DXPathExpression.java37 * If a request is made to evaluate the expression in the absence
108 public Object evaluate(Object item, QName returnType) method in interface:XPathExpression
114 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of
131 public String evaluate(Object item) method in interface:XPathExpression
139 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.</p>
150 * @param source The <code>InputSource</code> of the document to evaluate over.
160 public Object evaluate(InputSource source, QName returnType) method in interface:XPathExpression
167 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
175 * @param source The <code>InputSource</code> of the document to evaluate over.
183 public String evaluate(InputSourc method in interface:XPathExpression
[all...]
H A DXPath.java38 * If a request is made to evaluate the expression in the absence
213 public Object evaluate(String expression, Object item, QName returnType) method in interface:XPath
219 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
239 public String evaluate(String expression, Object item) method in interface:XPath
247 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
259 * @param source The input source of the document to evaluate over.
269 public Object evaluate( method in interface:XPath
279 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
289 * @param source The <code>InputSource</code> of the document to evaluate over.
297 public String evaluate(Strin method in interface:XPath
[all...]
/libcore/ojluni/src/main/java/java/util/stream/
H A DPipelineHelper.java201 public abstract<P_IN> Node<P_OUT> evaluate(Spliterator<P_IN> spliterator, method in class:PipelineHelper
H A DAbstractPipeline.java227 final <R> R evaluate(TerminalOp<E_OUT, R> terminalOp) { method in class:AbstractPipeline
251 // evaluate directly to avoid an extra collection step
261 return evaluate(sourceSpliterator(0), true, generator);
536 public final <P_IN> Node<E_OUT> evaluate(Spliterator<P_IN> spliterator, method in class:AbstractPipeline

Completed in 210 milliseconds