org.freecompany.infoset
Class Evaluator

java.lang.Object
  extended by org.freecompany.infoset.Evaluator

public class Evaluator
extends java.lang.Object


Field Summary
protected  javax.xml.xpath.XPathFactory factory
           
 
Constructor Summary
Evaluator()
           
 
Method Summary
 java.lang.CharSequence evaluate(java.lang.CharSequence expression, java.lang.Object context)
           
 java.lang.Object evaluate(java.lang.CharSequence expression, java.lang.Object context, javax.xml.namespace.QName type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected final javax.xml.xpath.XPathFactory factory
Constructor Detail

Evaluator

public Evaluator()
Method Detail

evaluate

public java.lang.CharSequence evaluate(java.lang.CharSequence expression,
                                       java.lang.Object context)
                                throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

evaluate

public java.lang.Object evaluate(java.lang.CharSequence expression,
                                 java.lang.Object context,
                                 javax.xml.namespace.QName type)
                          throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException