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 class
DataViewParserAdvanced
An implementation of a Data View parser that parses Advanced Data Views.class
DataViewParserGenericDOM
An implementation of a Data View parser that stores the content of a Data View in DOM representation.class
DataViewParserGenericString
An implementation of a DataView parser that stores the content of a Data Views in String representation.class
DataViewParserHits
An implementation of a Data View parser that parses HITS Data Views.class
DataViewParserHitsWithLexAnnotations
An implementation of a Data View parser that parses HITS Data Views with optionalkind
attributes.class
DataViewParserKWIC
Deprecated.Use only to talk to legacy clients.class
DataViewParserLex
An 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. parsers
protected List<DataViewParser>
AbstractClarinFCSRecordDataParser. parsers
Methods in eu.clarin.sru.client.fcs with parameters of type DataViewParser Modifier and Type Method Description ClarinFCSClientBuilder
ClarinFCSClientBuilder. 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.
-