|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQueryParser
Interface of the XQueryParser used to retrieve the XML data for JTestCaseWizard. There are several possible implementations for this interface.
Method Summary | |
---|---|
java.util.List |
getElements(org.jdom.Document doc,
java.lang.String xpathexpr)
Gets a list of elements from the XML file with the use of a XPath expression |
java.util.List |
getElements(java.lang.String fileName,
java.lang.String xpathexpr)
Deprecated. Gets a list of elements from the XML file with the use of a XPath expression |
Method Detail |
---|
java.util.List getElements(java.lang.String fileName, java.lang.String xpathexpr) throws java.io.FileNotFoundException, XQueryException
fileName
- name of the XML filexpathexpr
- the XPath expression
XQueryException
- in case of any errors during the processing
java.io.FileNotFoundException
java.util.List getElements(org.jdom.Document doc, java.lang.String xpathexpr) throws java.io.FileNotFoundException, XQueryException, org.jdom.JDOMException
fileName
- name of the XML filexpathexpr
- the XPath expression
XQueryException
- in case of any errors during the processing
org.jdom.JDOMException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |