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 class
DataViewAdvanced
A Data View implementation that stores the content of a Advanced Data View.class
DataViewGenericDOM
A generic Data View implementation that stores the content of the Data View as a DOM document.class
DataViewGenericString
A generic Data View implementation that stores the content of a Data View as a String.class
DataViewHits
A Data View implementation that stores the content of a HITS Data View.class
LegacyDataViewKWIC
Deprecated.This class should not be used anymore.Methods in eu.clarin.sru.client.fcs that return DataView Modifier and Type Method Description DataView
DataViewParser. parse(XMLStreamReader reader, String type, String pid, String ref)
Parse a DataView.DataView
DataViewParserAdvanced. parse(XMLStreamReader reader, String type, String pid, String ref)
DataView
DataViewParserGenericDOM. parse(XMLStreamReader reader, String type, String pid, String ref)
DataView
DataViewParserGenericString. parse(XMLStreamReader reader, String type, String pid, String ref)
DataView
DataViewParserHits. parse(XMLStreamReader reader, String type, String pid, String ref)
DataView
DataViewParserKWIC. parse(XMLStreamReader reader, String type, String pid, String ref)
Deprecated.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.
-