com.ebmwebsourcing.easybox.api
Interface XmlObjectXPathEvaluator


public interface XmlObjectXPathEvaluator


Method Summary
<X extends XmlObjectNode>
X
selectSingleXmlObjectNode(XmlObject xmlObjectContextNode, java.lang.String xpathStr, java.lang.Class<X> resultInterfaceClass)
           
<X extends XmlObjectNode>
X[]
selectXmlObjectNodes(XmlObject xmlObjectContextNode, java.lang.String xpathStr, java.lang.Class<X> resultInterfaceClass)
           
 

Method Detail

selectSingleXmlObjectNode

<X extends XmlObjectNode> X selectSingleXmlObjectNode(XmlObject xmlObjectContextNode,
                                                      java.lang.String xpathStr,
                                                      java.lang.Class<X> resultInterfaceClass)
                                                  throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

selectXmlObjectNodes

<X extends XmlObjectNode> X[] selectXmlObjectNodes(XmlObject xmlObjectContextNode,
                                                   java.lang.String xpathStr,
                                                   java.lang.Class<X> resultInterfaceClass)
                                               throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException


Copyright © 2011 Petals Link. All Rights Reserved.