Uses of Enum
com.google.refine.importers.tree.TreeReader.Token
Packages that use TreeReader.Token
-
Uses of TreeReader.Token in com.google.refine.importers
Methods in com.google.refine.importers that return TreeReader.TokenModifier and TypeMethodDescriptionJsonImporter.JSONTreeReader.current()XmlImporter.XmlParser.current()protected TreeReader.TokenJsonImporter.JSONTreeReader.mapToToken(com.fasterxml.jackson.core.JsonToken token) protected TreeReader.TokenXmlImporter.XmlParser.mapToToken(int token) JsonImporter.JSONTreeReader.next()XmlImporter.XmlParser.next() -
Uses of TreeReader.Token in com.google.refine.importers.tree
Methods in com.google.refine.importers.tree that return TreeReader.TokenModifier and TypeMethodDescriptionTreeReader.current()TreeReader.next()static TreeReader.TokenReturns the enum constant of this type with the specified name.static TreeReader.Token[]TreeReader.Token.values()Returns an array containing the constants of this enum type, in the order they are declared.