public class XPathFileContainer extends Object
Constructor and Description |
---|
XPathFileContainer(String file,
String xpath) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getXPathString(int num) |
int |
nextRow()
Returns the next row to the caller, and updates it, allowing for wrap
round
|
int |
size() |
public XPathFileContainer(String file, String xpath) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, TransformerException
public String getXPathString(int num)
public int nextRow()
public int size()
public String getFileName()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.