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.Token
XmlImporter.XmlParser. current()
String
JsonImporter.JSONTreeReader. getFieldName()
String
XmlImporter.XmlParser. getFieldName()
String
JsonImporter.JSONTreeReader. getFieldValue()
Serializable
JsonImporter.JSONTreeReader. getValue()
boolean
XmlImporter.XmlParser. hasNext()
TreeReader.Token
JsonImporter.JSONTreeReader. next()
TreeReader.Token
XmlImporter.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.Token
TreeReader. 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 void
XmlImportUtilities. 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 void
XmlImportUtilities. 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)
String
TreeReader. getFieldName()
String
TreeReader. getFieldValue()
Deprecated.Serializable
TreeReader. getValue()
boolean
TreeReader. hasNext()
static void
XmlImportUtilities. 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 void
XmlImportUtilities. 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.Token
TreeReader. next()
protected static void
XmlImportUtilities. 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 void
XmlImportUtilities. 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 void
XmlImportUtilities. 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 void
XmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType)
protected static void
XmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, ImportParameters parameter)
Deprecated.protected static void
XmlImportUtilities. skip(TreeReader parser)
-