public interface JRXPathExecuter
XML data sources delegate XPath executions to implementations
of this interface.JRXPathExecuterFactory,
JRXPathExecuterUtils| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.NodeList |
selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String expression)
Selects a node list by evaluating an XPath expression on a context node.
|
java.lang.Object |
selectObject(org.w3c.dom.Node contextNode,
java.lang.String expression)
Selects an object by evaluating an XPath expression on a context node.
|
org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String expression)
throws JRException
contextNode - the context node (a document can also be used)expression - the XPath expressionJRException - if the XPath evaluation failedjava.lang.Object selectObject(org.w3c.dom.Node contextNode,
java.lang.String expression)
throws JRException
java.lang.String, java.lang.Number or java.lang.Boolean.contextNode - the context node (a document can also be used)expression - the XPath expressionJRException - if the XPath evaluation failed© 2001-2010 Jaspersoft Corporation www.jaspersoft.com