MarcXML_METS_dmdSec_ReaderWriter.Read_MarcXML_Info Method (XmlReader, Bibliographic_Info, SobekCM_Item, Boolean)
Reads the MARC Core-compliant section of XML and stores the data in the provided digital resource
Namespace: SobekCM.Resource_Object.METS_Sec_ReaderWritersAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public static void Read_MarcXML_Info(
XmlReader r,
Bibliographic_Info thisBibInfo,
SobekCM_Item package,
bool Importing_Record
) |
Parameters
- r
- Type: System.Xml..::..XmlReader
XmlTextReader from which to read the marc data
- thisBibInfo
- Type: SobekCM.Resource_Object.Bib_Info..::..Bibliographic_Info
Bibliographic object into which most the values are read
- package
- Type: SobekCM.Resource_Object..::..SobekCM_Item
Digital resource object to save the data to if this is reading the top-level bibDesc (OPTIONAL)
- Importing_Record
- Type: System..::..Boolean
Importing record flag is used to determine if special treatment should be applied to the 001 identifier. If this is reading MarcXML from a dmdSec, this is set to false
See Also