Uses of Class
eu.clarin.sru.client.fcs.DataView
-
Packages that use DataView Package Description eu.clarin.sru.client.fcs -
-
Uses of DataView in eu.clarin.sru.client.fcs
Subclasses of DataView in eu.clarin.sru.client.fcs Modifier and Type Class Description classDataViewAdvancedA Data View implementation that stores the content of a Advanced Data View.classDataViewGenericDOMA generic Data View implementation that stores the content of the Data View as a DOM document.classDataViewGenericStringA generic Data View implementation that stores the content of a Data View as a String.classDataViewHitsA Data View implementation that stores the content of a HITS Data View.classDataViewHitsWithLexAnnotationsA Data View implementation that stores the content of a (Lex)HITS Data View.classDataViewLexA Data View implementation that stores the content of a Lex Data View.classLegacyDataViewKWICDeprecated.This class should not be used anymore.Methods in eu.clarin.sru.client.fcs that return DataView Modifier and Type Method Description DataViewDataViewParser. parse(XMLStreamReader reader, String type, String pid, String ref)Parse a DataView.DataViewDataViewParserAdvanced. parse(XMLStreamReader reader, String type, String pid, String ref)DataViewDataViewParserGenericDOM. parse(XMLStreamReader reader, String type, String pid, String ref)DataViewDataViewParserGenericString. parse(XMLStreamReader reader, String type, String pid, String ref)DataViewDataViewParserHits. parse(XMLStreamReader reader, String type, String pid, String ref)DataViewDataViewParserHitsWithLexAnnotations. parse(XMLStreamReader reader, String type, String pid, String ref)DataViewDataViewParserKWIC. parse(XMLStreamReader reader, String type, String pid, String ref)Deprecated.DataViewDataViewParserLex. parse(XMLStreamReader reader, String type, String pid, String ref)Methods in eu.clarin.sru.client.fcs that return types with arguments of type DataView Modifier and Type Method Description List<DataView>Resource. getDataViews()Get the list of dataview objects for this this resource.List<DataView>Resource.ResourceFragment. getDataViews()Get the list of data view objects for this this resource fragment.
-