Class JRXPathExecuterUtils

java.lang.Object
net.sf.jasperreports.engine.util.xml.JRXPathExecuterUtils

public final class JRXPathExecuterUtils extends Object
Helper class used to instantiate XPath executers.

The XPath executer factory class name is given by the net.sf.jasperreports.xpath.executer.factory property. The class should have a public default constructor so that it can be instantiated via reflection.

By default, XPath executers based on Jaxen are used.

Author:
Lucian Chirita (lucianc@users.sourceforge.net)