Uses of Class
eu.clarin.sru.client.SRURecordXmlEscaping
-
-
Uses of SRURecordXmlEscaping in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRURecordXmlEscaping Modifier and Type Method Description SRURecordXmlEscaping
SRUExplainRequest. getRecordXmlEscaping()
Get the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.SRURecordXmlEscaping
SRUSearchRetrieveRequest. getRecordXmlEscaping()
Get the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.static SRURecordXmlEscaping
SRURecordXmlEscaping. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRURecordXmlEscaping[]
SRURecordXmlEscaping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.client with parameters of type SRURecordXmlEscaping Modifier and Type Method Description void
SRUExplainRequest. setRecordXmlEscaping(SRURecordXmlEscaping getRecordXmlEscaping)
Set the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.void
SRUSearchRetrieveRequest. setRecordXmlEscaping(SRURecordXmlEscaping recordXmlEscaping)
Set the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.
-