org.ucl.xpath
Interface Evaluator

All Known Implementing Classes:
DefaultEvaluator

public interface Evaluator

interface to Evaluator


Method Summary
 ResultSequence evaluate(XPathNode root)
          Evaluate the root node.
 

Method Detail

evaluate

public ResultSequence evaluate(XPathNode root)
                        throws DynamicError
Evaluate the root node.

Parameters:
root - is the XPath node.
Returns:
Result of evaluation.
Throws:
DynamicError - dynamic error.