public class DocumentSourceDataSet extends AbstractDataSet
DataSet that uses a DocumentSource as it's source.| Constructor and Description |
|---|
DocumentSourceDataSet(DataSetHeader header,
DocumentSource documentSource,
DocumentConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the DataSet and any resources it may be holding.
|
Row |
getRow() |
boolean |
next()
Moves forward to the next row.
|
decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic DocumentSourceDataSet(DataSetHeader header, DocumentSource documentSource, DocumentConverter converter)
public boolean next()
DataSetpublic Row getRow()
public void close()
AbstractDataSetclose in interface Closeableclose in interface AutoCloseableclose in interface DataSetclose in class AbstractDataSetCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.