Package org.eclipse.wst.xml.xpath2.processor
public class Evaluator extendsinterface to Evaluator
Method Summary | |
public org.eclipse.wst.xml.xpath2.processor.ResultSequence | evaluate(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode root) Evaluate the root node. |
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.ResultSequence evaluate(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode root)
Evaluate the root node.
root
- is the XPath node.
org.eclipse.wst.xml.xpath2.processor.ResultSequence
- Result of evaluation.
org.eclipse.wst.xml.xpath2.processor.DynamicError - dynamic error.