Uses of Interface
net.sf.jasperreports.engine.util.xml.JRXPathExecuter
-
Packages that use JRXPathExecuter Package Description net.sf.jasperreports.engine.util.xml Contains utility classes for parsing XPath queries. -
-
Uses of JRXPathExecuter in net.sf.jasperreports.engine.util.xml
Classes in net.sf.jasperreports.engine.util.xml that implement JRXPathExecuter Modifier and Type Class Description classJaxenNsAwareXPathExecuterXPath executer implementation that uses a namespace aware Jaxen.classJaxenXPathExecuterXPath executer implementation that uses Jaxen.classXalanNsAwareXPathExecuterXPath executer implementation that uses Apache Xalan.classXalanXPathExecuterXPath executer implementation that uses Apache Xalan.Methods in net.sf.jasperreports.engine.util.xml that return JRXPathExecuter Modifier and Type Method Description JRXPathExecuterJaxenXPathExecuterFactory. getXPathExecuter()JRXPathExecuterJRXPathExecuterFactory. getXPathExecuter()Produce an XPath executer instance.static JRXPathExecuterJRXPathExecuterUtils. getXPathExecuter(JasperReportsContext jasperReportsContext)Produces anXPath executerinstance by means of the factory returned bygetXPathExecuterFactory(JasperReportsContext).JRXPathExecuterXalanXPathExecuterFactory. getXPathExecuter()
-