package com.google.refine.importers.parsers; public enum TreeParserToken { StartDocument, EndDocument, StartEntity, EndEntity, Value //TODO }