Package org.eclipse.wst.xml.xpath2.processor


org.eclipse.wst.xml.xpath2.processor
Class Evaluator



public class Evaluator
extends 
interface to Evaluator

Method Summary

public org.eclipse.wst.xml.xpath2.processor.ResultSequenceevaluate(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode root)
     Evaluate the root node.

Methods Detail

evaluate

public org.eclipse.wst.xml.xpath2.processor.ResultSequence evaluate(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode root)

Evaluate the root node.

Parameters

root - is the XPath node.

Returns

org.eclipse.wst.xml.xpath2.processor.ResultSequence - Result of evaluation.

Throws:

org.eclipse.wst.xml.xpath2.processor.DynamicError - dynamic error.