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 SRURecordXmlEscapingSRUExplainRequest. getRecordXmlEscaping()Get the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.SRURecordXmlEscapingSRUSearchRetrieveRequest. getRecordXmlEscaping()Get the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.static SRURecordXmlEscapingSRURecordXmlEscaping. 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 voidSRUExplainRequest. setRecordXmlEscaping(SRURecordXmlEscaping getRecordXmlEscaping)Set the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.voidSRUSearchRetrieveRequest. setRecordXmlEscaping(SRURecordXmlEscaping recordXmlEscaping)Set the recordXmlEscpaing (SRU 2.0) or recordPacking (SRU 1.1 and SRU 1.2) parameter of this request.
-