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 class
SRUExplainRecordData
A record data implementation for SRU explain record data conforming to the ZeeRex schema.class
SRUSurrogateRecordData
A record data implementation to hold surrogate diagnostics.Methods in eu.clarin.sru.client that return SRURecordData Modifier and Type Method Description SRURecordData
SRURecord. getRecordData()
Get the record.SRURecordData
SRURecordDataParser. 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 void
SRUDefaultHandlerAdapter. onRecord(String identifier, int position, SRURecordData data)
void
SRUExplainHandler. onRecord(String identifier, int position, SRURecordData data)
Receive notification of a record in the result set.void
SRUSearchRetrieveHandler. onRecord(String identifier, int position, SRURecordData data)
Receive notification of a record in the result set.
-