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