Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 825 Bytes

object_record.rst

File metadata and controls

37 lines (21 loc) · 825 Bytes

Cheshire3 Object Model - Record

API

cheshire3.baseObjects.Record

Implementations

The following implementations are included in the distribution by default:

cheshire3.record.LxmlRecord

cheshire3.record.MinidomRecord

cheshire3.record.SaxRecord

cheshire3.record.MarcRecord

The class that you interact with will almost certainly depend on which :py~cheshire3.baseObjects.Parser you used.

In addition to the default implementation, the :pycheshire3.graph provides the following implementations:

cheshire3.graph.record.GraphRecord

cheshire3.graph.record.OreGraphRecord