Package org.openrefine.importers
Class WikitextImporter.WikiTableDataReader
- java.lang.Object
-
- org.openrefine.importers.WikitextImporter.WikiTableDataReader
-
- All Implemented Interfaces:
AutoCloseable
,TabularParserHelper.TableDataReader
- Enclosing class:
- WikitextImporter
public class WikitextImporter.WikiTableDataReader extends Object implements TabularParserHelper.TableDataReader
-
-
Constructor Summary
Constructors Constructor Description WikiTableDataReader(WikitextImporter.WikitextTableVisitor visitor, boolean references)
-
-
-
Constructor Detail
-
WikiTableDataReader
public WikiTableDataReader(WikitextImporter.WikitextTableVisitor visitor, boolean references)
-
-
Method Detail
-
getNextRowOfCells
public List<Object> getNextRowOfCells() throws IOException
- Specified by:
getNextRowOfCells
in interfaceTabularParserHelper.TableDataReader
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceTabularParserHelper.TableDataReader
- Throws:
IOException
-
-