org.kuali.rice.kew.xml.xstream
Class XStreamSafeSearchFunction
java.lang.Object
org.kuali.rice.kew.xml.xstream.XStreamSafeSearchFunction
- All Implemented Interfaces:
- XPathFunction
public class XStreamSafeSearchFunction
- extends Object
- implements XPathFunction
An XPathFunction which will run XStream safe XPath queries.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
XStreamSafeEvaluator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamSafeSearchFunction
public XStreamSafeSearchFunction(Node rootNode,
XPath xpath)
evaluate
public Object evaluate(List parameters)
throws XPathFunctionException
- Specified by:
evaluate
in interface XPathFunction
- Throws:
XPathFunctionException
getXpath
public XPath getXpath()
setXpath
public void setXpath(XPath xpath)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.