Uses of Interface
eu.clarin.sru.client.fcs.DataViewParser
-
Packages that use DataViewParser Package Description eu.clarin.sru.client.fcs -
-
Uses of DataViewParser in eu.clarin.sru.client.fcs
Classes in eu.clarin.sru.client.fcs that implement DataViewParser Modifier and Type Class Description classDataViewParserAdvancedAn implementation of a Data View parser that parses Advanced Data Views.classDataViewParserGenericDOMAn implementation of a Data View parser that stores the content of a Data View in DOM representation.classDataViewParserGenericStringAn implementation of a DataView parser that stores the content of a Data Views in String representation.classDataViewParserHitsAn implementation of a Data View parser that parses HITS Data Views.classDataViewParserHitsWithLexAnnotationsAn implementation of a Data View parser that parses HITS Data Views with optionalkindattributes.classDataViewParserKWICDeprecated.Use only to talk to legacy clients.classDataViewParserLexAn implementation of a Data View parser that parses Lex Data Views.Fields in eu.clarin.sru.client.fcs with type parameters of type DataViewParser Modifier and Type Field Description protected List<DataViewParser>AbstractClarinFCSRecordDataParser. parsersprotected List<DataViewParser>AbstractClarinFCSRecordDataParser. parsersMethods in eu.clarin.sru.client.fcs with parameters of type DataViewParser Modifier and Type Method Description ClarinFCSClientBuilderClarinFCSClientBuilder. registerDataViewParser(DataViewParser parser)Register a Data View parser.Constructor parameters in eu.clarin.sru.client.fcs with type arguments of type DataViewParser Constructor Description ClarinFCSRecordDataParser(List<DataViewParser> parsers)Constructor.LegacyClarinFCSRecordDataParser(List<DataViewParser> parsers, boolean fullLegacyCompatMode)Deprecated.Constructor.
-