Uses of Class
org.openrefine.importers.tree.TreeReaderException
-
Packages that use TreeReaderException Package Description org.openrefine.importers org.openrefine.importers.tree -
-
Uses of TreeReaderException in org.openrefine.importers
Methods in org.openrefine.importers that throw TreeReaderException Modifier and Type Method Description TreeReader.TokenXmlImporter.XmlParser. current()StringJsonImporter.JSONTreeReader. getFieldName()StringXmlImporter.XmlParser. getFieldName()StringJsonImporter.JSONTreeReader. getFieldValue()SerializableJsonImporter.JSONTreeReader. getValue()booleanXmlImporter.XmlParser. hasNext()TreeReader.TokenJsonImporter.JSONTreeReader. next()TreeReader.TokenXmlImporter.XmlParser. next() -
Uses of TreeReaderException in org.openrefine.importers.tree
Methods in org.openrefine.importers.tree that throw TreeReaderException Modifier and Type Method Description TreeReader.TokenTreeReader. current()static String[]XmlImportUtilities. detectPathFromTag(TreeReader parser, String tag)protected static List<String>XmlImportUtilities. detectRecordElement(TreeReader parser, String tag)Looks for an element with the given tag name in the Tree data being parsed, returning the path hierarchy to reach it.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 functionprotected static voidXmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSource, String fileSource, boolean includeArchiveName, String archiveFileName)StringTreeReader. getFieldName()StringTreeReader. getFieldValue()Deprecated.SerializableTreeReader. getValue()booleanTreeReader. hasNext()static 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 functionstatic voidXmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)TreeReader.TokenTreeReader. next()protected static voidXmlImportUtilities. processFieldAsRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)processFieldAsRecord parses Tree data for a single element and its sub-elements, adding the parsed data as a row to the projectprotected static voidXmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)processRecord parses Tree data for a single element and it's sub-elements, adding the parsed data as a row to the projectprotected 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, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType)protected static voidXmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, ImportParameters parameter)Deprecated.protected static voidXmlImportUtilities. skip(TreeReader parser)
-