Package com.google.refine.importers.tree
Interface TreeReader
- All Known Implementing Classes:
JsonImporter.JSONTreeReader,XmlImporter.XmlParser
public interface TreeReader
Interface for all tree-shaped parsers.
This is effectively part of the contract for
TreeImportingParserBase.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncurrent()intgetAttributeLocalName(int index) getAttributePrefix(int index) getAttributeValue(int index) Deprecated.getValue()booleanhasNext()next()
-
Method Details
-
current
- Throws:
TreeReaderException
-
hasNext
- Throws:
TreeReaderException
-
next
- Throws:
TreeReaderException
-
getFieldName
- Throws:
TreeReaderException
-
getPrefix
String getPrefix() -
getFieldValue
Deprecated.- Throws:
TreeReaderException
-
getValue
- Throws:
TreeReaderException
-
getAttributeCount
int getAttributeCount() -
getAttributeValue
-
getAttributePrefix
-
getAttributeLocalName
-