Uses of Class
org.openrefine.importers.tree.ImportParameters
-
Packages that use ImportParameters Package Description org.openrefine.importers.tree -
-
Uses of ImportParameters in org.openrefine.importers.tree
Methods in org.openrefine.importers.tree with parameters of type ImportParameters Modifier and Type Method Description protected static voidXmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)Deprecated.Use the version of this method which expands all parameters in the signature of the functionstatic voidXmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)Deprecated.2020-07-23 Use the version of this method which expands all parameters in the signature of the functionprotected static voidXmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, ImportParameters parameter)Deprecated.Use the version of this method which expands all parameters in the signature of the functionprotected static voidXmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, ImportParameters parameter)Deprecated.
-