dk.brics.xpath.evaluator
Class XPathEvaluator

java.lang.Object
  extended by dk.brics.xpath.evaluator.XPathEvaluator

public class XPathEvaluator
extends Object

XPath path evaluator.


Constructor Summary
XPathEvaluator()
          Constructs an XPath path evaluator.
 
Method Summary
 StatusMap evaluate(XMLGraph xg, String path)
           
 StatusMap evaluate(XMLGraph xg, String path, ElementNode dummy_root, ChoiceNode dummy_root_content)
           
 void setEvaluationContext(EvaluationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathEvaluator

public XPathEvaluator()
Constructs an XPath path evaluator.

Method Detail

evaluate

public StatusMap evaluate(XMLGraph xg,
                          String path)
                   throws XPathException
Throws:
XPathException

evaluate

public StatusMap evaluate(XMLGraph xg,
                          String path,
                          ElementNode dummy_root,
                          ChoiceNode dummy_root_content)
                   throws XPathException
Throws:
XPathException

setEvaluationContext

public void setEvaluationContext(EvaluationContext context)


Copyright © 2005-2010 Anders Møller.