Abstract
A record object is a retrieval record on the client side - created from result sets.
Inherits from: Object ← ZOOM::Record .
Included in: ZOOM .
Index: database render syntax to_s xml
Instance methods | |
---|---|
database | database(charset_from=nil, charset_to=nil) |
| |
render | render(charset_from=nil, charset_to=nil) |
| |
syntax | syntax(charset_from=nil, charset_to=nil) |
| |
to_s | to_s(charset_from=nil, charset_to=nil) |
Synonym for ZOOM::Record#render.
| |
xml | xml(charset_from=nil, charset_to=nil) |
Returns an XML description of the record. SRW/SRU and Z39.50 records with transfer syntax XML are returned verbatim. MARC records are returned in MARCXML (converted from ISO2709 to MARCXML by YAZ). GRS-1 and OPAC records are not supported for this form.
|