Method | Description | |
---|---|---|
Read_Metadata ( Stream Input_Stream, SobekCM_Item Return_Package, object>.Dictionary |
Reads metadata from an open stream and saves to the provided item/package Accepts two options: (1) 'METS_File_ReaderWriter:Minimize_File_Info' which tells whether the reader should just skip the file reading portion completely, and just read the bibliographic data ( Default is FALSE). (2) 'METS_File_ReaderWriter:Support_Divisional_dmdSec_amdSec' |
|
Read_Metadata ( string MetadataFilePathName, SobekCM_Item Return_Package, object>.Dictionary |
Reads metadata from an existing metadata file and saves to the provided item/package
|
|
Write_Metadata ( |
Writes the formatted metadata from the provided item to a TextWriter (usually to an output stream) OPTIONS: Accepts 'METS_File_ReaderWriter:METS_Writing_Profile', otherwise the default METS writing profile is utilized. |
|
Write_Metadata ( string MetadataFilePathName, SobekCM_Item Item_To_Save, object>.Dictionary |
Writes the formatted metadata from the provided item to a file
|
Method | Description | |
---|---|---|
read_behavior_sec ( XmlReader R, SobekCM_Item Package ) : void | ||
read_file_sec ( XmlReader R, bool Minimize_File_Info, SobekCM_File_Info>.Dictionary |
||
read_mets_header ( XmlReader R, SobekCM_Item Package ) : void | ||
read_struct_map ( XmlReader R, SobekCM_Item Package, SobekCM_File_Info>.Dictionary |
||
recursively_add_div_info ( SobekCM.Resource_Object.Divisions.abstract_TreeNode ThisNode, |
||
store_amd_sec ( XmlReader R ) : Unanalyzed_METS_Section | ||
store_dmd_sec ( XmlReader R ) : Unanalyzed_METS_Section |
Reads the descriptive metadata section from a valid METS file
|
public Read_Metadata ( Stream Input_Stream, SobekCM_Item Return_Package, object>.Dictionary |
||
Input_Stream | Stream | Open stream to read metadata from |
Return_Package | SobekCM_Item | Package into which to read the metadata |
Options | object>.Dictionary | Dictionary of any options which this metadata reader/writer may utilize |
Error_Message | string | [OUTPUT] Explanation of the error, if an error occurs during reading |
return | bool |
public Read_Metadata ( string MetadataFilePathName, SobekCM_Item Return_Package, object>.Dictionary |
||
MetadataFilePathName | string | Path and name of the metadata file to read |
Return_Package | SobekCM_Item | Package into which to read the metadata |
Options | object>.Dictionary | Dictionary of any options which this metadata reader/writer may utilize |
Error_Message | string | [OUTPUT] Explanation of the error, if an error occurs during reading |
return | bool |
public Write_Metadata ( |
||
Output_Stream | ||
Item_To_Save | SobekCM_Item | Package with all the metadata to save |
Options | object>.Dictionary | Dictionary of any options which this metadata reader/writer may utilize |
Error_Message | string | [OUTPUT] Explanation of the error, if an error occurs during write |
return | bool |
public Write_Metadata ( string MetadataFilePathName, SobekCM_Item Item_To_Save, object>.Dictionary |
||
MetadataFilePathName | string | Path and name of the metadata file to write |
Item_To_Save | SobekCM_Item | Package with all the metadata to save |
Options | object>.Dictionary | Dictionary of any options which this metadata reader/writer may utilize |
Error_Message | string | [OUTPUT] Explanation of the error, if an error occurs during write |
return | bool |