net.bpelunit.framework.control.datasource.html
Class HtmlDataSource
java.lang.Object
net.bpelunit.framework.control.datasource.html.HtmlDataSource
- All Implemented Interfaces:
- IDataSource
public class HtmlDataSource
- extends java.lang.Object
- implements IDataSource
- First row must be heading
- No closing tag must be there that has not an opening tag
- No rowspan/colspan
- Author:
- Daniel Luebke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlDataSource
public HtmlDataSource()
close
public void close()
- Specified by:
close in interface IDataSource
getFieldNames
public java.lang.String[] getFieldNames()
- Specified by:
getFieldNames in interface IDataSource
getNumberOfRows
public int getNumberOfRows()
- Specified by:
getNumberOfRows in interface IDataSource
getValueFor
public java.lang.Object getValueFor(java.lang.String fieldName)
- Specified by:
getValueFor in interface IDataSource
loadFromStream
public void loadFromStream(java.io.InputStream is)
throws DataSourceException
- Specified by:
loadFromStream in interface IDataSource
- Throws:
DataSourceException
setRow
public void setRow(int index)
throws DataSourceException
- Specified by:
setRow in interface IDataSource
- Throws:
DataSourceException
setTable
public void setTable(java.lang.String value)
Copyright © 2010 Leibniz Universität Hannover. All Rights Reserved.