Uses of Interface
eu.clarin.sru.client.SRURecordData
-
-
Uses of SRURecordData in eu.clarin.sru.client
Classes in eu.clarin.sru.client that implement SRURecordData Modifier and Type Class Description classSRUExplainRecordDataA record data implementation for SRU explain record data conforming to the ZeeRex schema.classSRUSurrogateRecordDataA record data implementation to hold surrogate diagnostics.Methods in eu.clarin.sru.client that return SRURecordData Modifier and Type Method Description SRURecordDataSRURecord. getRecordData()Get the record.SRURecordDataSRURecordDataParser. parse(XMLStreamReader reader)Parse a record data into a Java object.Methods in eu.clarin.sru.client with parameters of type SRURecordData Modifier and Type Method Description voidSRUDefaultHandlerAdapter. onRecord(String identifier, int position, SRURecordData data)voidSRUExplainHandler. onRecord(String identifier, int position, SRURecordData data)Receive notification of a record in the result set.voidSRUSearchRetrieveHandler. onRecord(String identifier, int position, SRURecordData data)Receive notification of a record in the result set.
-