Package eu.clarin.sru.client.fcs
Class DataViewGenericDOM
- java.lang.Object
-
- eu.clarin.sru.client.fcs.DataView
-
- eu.clarin.sru.client.fcs.DataViewGenericDOM
-
public class DataViewGenericDOM extends DataView
A generic Data View implementation that stores the content of the Data View as a DOM document.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataViewGenericDOM(String type, String pid, String ref, Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getDocument()
Get the DataView content.-
Methods inherited from class eu.clarin.sru.client.fcs.DataView
getMimeType, getPid, getRef, isMimeType
-
-