Helper class used to instantiate
JRXPathExecuter XPath executers .
The
JRXPathExecuterFactory XPath executer factory class name is given by the
JRXPathExecuterUtils.PROPERTY_XPATH_EXECUTER_FACTORY 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,
XalanXPathExecuter XPath executers based on Apache Xalan
are used.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRXPathExecuterUtils.java 1754 2007-06-14 08:49:36Z lucianc $