com.servingxml.util.xml
Class SimpleXPathBooleanExpressionFactory

java.lang.Object
  extended by com.servingxml.util.xml.SimpleXPathBooleanExpressionFactory
All Implemented Interfaces:
XPathBooleanExpressionFactory

public class SimpleXPathBooleanExpressionFactory
extends java.lang.Object
implements XPathBooleanExpressionFactory


Constructor Summary
SimpleXPathBooleanExpressionFactory(XPathBooleanExpression expr)
           
 
Method Summary
 XPathBooleanExpression createXPathBooleanExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXPathBooleanExpressionFactory

public SimpleXPathBooleanExpressionFactory(XPathBooleanExpression expr)
Method Detail

createXPathBooleanExpression

public XPathBooleanExpression createXPathBooleanExpression()
Specified by:
createXPathBooleanExpression in interface XPathBooleanExpressionFactory