MARCXML_Parser Class Parser steps through the records in a MarcXML file or stream. Namespace: SobekCM.Resource_Object.MARC.Parsers Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0) Syntax
Remarks Written by Mark Sullivan for the University of Florida Digital Library
You can either pass in the stream or file to read into the constructor and immediately begin using Next() to step through them, or you can use the empty constructor and call the Parse methods for the first record. To use the IEnumerable interface, you must pass in the Stream or filename in the constructor. Inheritance HierarchyConstructors
Methods
Properties
See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |